こんにちは私は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="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=file:///D%7C/flash/Skytel-D20---Gift&autoPlay=true&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>