Holen Sie sich embeded flash autoPlay

Ich bin wirklich ratlos, wie dieser funktioniert nicht, aber das video will einfach nicht auto-start-für einige Grund, mache ich etwas falsch? der embedded-code ist für die Wiedergabe mit flash

<object width="600" height="409">

<param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"></param>
<param name="flashvars" value="src=http%3A%2F%2Fwww.domain.com%2Fvideo%2Ftest%2F<?php echo $video;?>"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="autoPlay" value="true"></param>

<embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"
       type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" autoPlay="true"
       width="600" height="409" flashvars="src=http%3A%2F%2Fwww.domain.com%2Fvideo%2Ftest%2F<?php echo $video;?>">
</embed>

</object>
InformationsquelleAutor user1559811 | 2013-01-20
Schreibe einen Kommentar