March 26th, 2008 by Luis Alves

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

5 Responses to “Flv loop – looping a flash video movie”

  1. Hey
    Thanx for this script

  2. flip man…..thanks alot

  3. flip man….. thanks

  4. 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

  5. Thank You Very Much, You have helped me so much.

Leave a Reply