2013-01-03 52 views
0

嗨,我正在使用FLV媒體播放器,我需要配置它自動重播。如何配置它? 我正在做Dreamweaver中。代碼如何自動重播FLV

<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="1080" height="880"> 
    <!--<![endif]--> 
    <param name="quality" value="high" /> 
    <param name="wmode" value="opaque" /> 
    <param name="scale" value="noscale" /> 
    <param name="salign" value="lt" /> 

    <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=file:///D%7C/flash/Skytel-D20---Gift&amp;autoPlay=true&amp;autoRewind=true" /> 
    <param name="swfversion" value="8,0,0,0" /> 
    <param name="expressinstall" value="Scripts/expressInstall.swf" /> 
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --> 
    <div> 
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4> 
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> 
    </div> 
    <!--[if !IE]>--> 
</object> 
<!--<![endif]--> 

<script type="text/javascript"> 
swfobject.registerObject("FLVPlayer"); 
</script> 

回答

1

試過這種?

<param name="loop" value="true"> 
+0

你好,我已經試過這個,但它是一樣的。你有什麼想法? – ganaa