How to loop flash 9 flv videos
While streaming and watching videos online, the FLV videos does not loop when they are completed. In fact, they disappear after they complete and then they again need to be streamed. Is there any way that will make these FLV videos to loop instead of streaming again? I having using Flash 9.
Re: How to loop flash 9 flv videos
I think this video will help you on how to loop flv video files,
http://www.tutorialized.com/tutorial...LV-files/15774
Re: How to loop flash 9 flv videos
No Jackson2, this is not what I need.... coz this video is for streaming video files in flash 8. What will be the procedure for flash 9? As I have already said that I have flash 9.
Re: How to loop flash 9 flv videos
Here is the steps to make flash videos auto rewind with tool.
- Download Moyea web player, launch it in your PC. Moyea web player is a flash video player maker and quick solution for making a custom flash video player for your website, it is free for non-commercial use.
- Input flash videos into Moyea Web Player . This tool accepts video in a wide range of formats. If your video is not FLV, you can use the four converters that recommended in Encoder tab to convert the video file to FLV or MP4, MOV, 3GP, 3G2 with H.264 codec that can be supported by Adobe Flash Player.
- Click “Template” menu>>Options>>Playback settings, here check “Auto rewind”, and this will make your flash video auto loop on web page.
- Click "Publish" button to generate a web FLV player and other related files (Note: if you want to get a separate playlist file, please check "Out File")
- Upload all the published files except the index.html file, to the same folder of your web server.
- Embed the generated player in your webpage with the embed code below.
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">Player will show here</div>
<script type="text/javascript">
var so = new SWFObject('mwplayer.swf','player','500','450','9');
so.addParam('wmode','opaque');
so.addParam('quality','high');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.write("flashcontent");
</script>
Courtesy: About.com