Flv loop – looping a flash video movie
Ok, here are the steps to loop your flash video when exported to swf.
1 – Create a new flash file in actionsript 2.0 mode.
2 – Import your video file
3 – When the import finishes, save your file
4 – In the stage, select your video file (make sure that you are selecting the video file and not some other object)
5 – Open the actions window (goto the menu “window” and select “actions”
6 – In the actions panel paste the following code:
on (complete) {
this.autoRewind =true;
this.play();
}
7 – Close the actions window and export your movie. Make sure that actionscript 2.0 is selected when exporting.
That should do it!
Take Care
Technoratti Tags
Looping flash video | Flv Loop | Looping flv
My name is Luís Alves, I'm 37 years old and I'm a Designer. I have been dedicating my life to art and design since the age of 15 and in the latest 8 years webdesign has been my main activity.







Hey
Thanx for this script
flip man…..thanks alot
flip man….. thanks
Hello Alves, I bumped into your script on looping a flv file in flash. Gr8 help. My name is Venu Chinni, spent about 15+ yrs in the design industry. a designer too from Bangalore, India, not good at flash and internet apps. pls login when you are free to see my works at http://www.ampligy.com. if I can be of any help to you, I owe you…
Thanks once again.
Best Regards,
Venu Chinni
venu.chinni@ampligy.com
Thank You Very Much, You have helped me so much.