开发者

Stop SWF file from repeating

开发者 https://www.devze.com 2022-12-23 22:09 出处:网络
I have converted a short clip to an .swf file, i want to implement it on my website: <object width=\"400\" height=\"300\">

I have converted a short clip to an .swf file, i want to implement it on my website:

<object width="400" height="300">
<param 开发者_JAVA技巧name="movie" value="movie.swf">
<embed src="movie.swf" width="400" height="300">
</embed>
</object>

When i play it it autoplays (that's fine) but it also keeps repeating over and over, i'd like it to stop at the end and just display the end frame (as mentioned i converted a movie so i cant do it with actionscript in the .fla file). Thanks for any tips!


Try adding <param name="loop" value="false"> after the other param and loop="false" within the embed tag.

http://kb2.adobe.com/cps/127/tn_12701.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号