AVI in Endlosschleife blinkt (object TAG)
Yumas
- html
Hi,
ich binde ein AVI mittels object TAG ein und lasse es den Mediaplayer endlos wiederholen. Leider blinkt es bei jedem Neustart kurz auf. Gibt es eine Möglichkeit das Aufflackern meines avis zu verhindern.
<a href="http://yumasbkiddn.de">link</a>
mein CODE:
<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="216" height="54">
<param name="fileName" value="anis/yumasslow.avi"><param name="animationatStart" value="true"><param name="transparentatStart" value="true"><param name="loop" value="true">
<param name="autoStart" value="true"><param name="showControls" value="false">
</object>