Всем привет.
Делаю так:
<div class="image_wrapper"><OBJECT ID="Player1" width="550" height="500" src="images/video/video.avi"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" standby="Loading Microsoft Windows Media Player components...">
<PARAM NAME="URL" VALUE="SOME URL.avi">
<PARAM NAME="width" VALUE="500">
<PARAM NAME="height" VALUE="375">
<PARAM NAME="stretchToFit" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="CurrentPosition" VALUE="1">
<PARAM NAME="AutoStart" Value="0">
<EMBED id="Player1" name="Player1" src="images/video/video.avi" type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
ShowControls="1" ShowTracker="1" ShowStatusBar="1" VideoBorder3D="0" VideoBorderWidth="0"
width="550" height="500" AutoStart="1" AnimationAtStart="1" TransparentAtStart="1" uiMode="none" StretchToFit="1" CurrentPosition="1"></embed>
</OBJECT>
</div>
В Мозиле и Опере работает, а в IE и Хроме просто не проигрывается и всё.
Есть у кого-нибудь идеи, как исправить, чтоб везде работало?
Заранее, спасибо!