Html 如何自动重放FLV

Html 如何自动重放FLV,html,Html,嗨,我正在使用FLV媒体播放器,我需要配置它自动重播。如何配置它? 我在Dreamweaver中做这件事。代码是 <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="1080" height="880"> <!--<![endif]--> <param name="quality" value="high" /> <pa

嗨,我正在使用FLV媒体播放器,我需要配置它自动重播。如何配置它? 我在Dreamweaver中做这件事。代码是

<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]-->

此页面上的内容需要更新版本的Adobe Flash Player。


swfobject.registerObject(“FLVPlayer”);
尝试过这个吗

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

你好,我试过这个,但都是一样的。你有什么想法吗?
<param name="loop" value="true">