我用HTML开发了网页。我正在尝试连续播放多个.swf文件(3或4个文件),这些文件位于div标签中。
<div class="slider_body">
<embed src="Presentations.swf" width="1162" height="430px" style="position:relative; left:55px;>
<embed src="services.swf" width="1162" height="430px" style="position:relative; left:55px;>
</div>
我怎样才能做到这一点?
答案 0 :(得分:0)
您需要使用"loop" parameter和Object标记,最佳做法是使用SWFObject嵌入您的swf文件以实现浏览器兼容性。
<param name="loop" value="true">