Loop "flv" files

I don’t know how to loop my “flv” files!?!
Plz help me!

Hello ektil… you can simply solve the issue…

Just follow my isntruction

step One

Import Flv to Libaray

step Two

click on the flv area . The black colored (player area) or the frame.

Step Three

Add the following script on that frame or player area…

on (complete){
this.autoRewind=true;
this.play();
}

Have fun…

by Shihad

[quote=aturkone;1694369]I don’t know how to loop my “flv” files!?!
Plz help me![/quote]

u just follow my instruction :slight_smile: :angel::angel:

step One

Import Flv to Libaray

step Two

click on the flv area . The black colored (player area) or the frame.

Step Three

Add the following script on that frame or player area…

on (complete){
this.autoRewind=true;
this.play();
}

Have fun…

by Shihad

[QUOTE=Shihad;2328953]u just follow my instruction :slight_smile: :angel::angel:

step One

Import Flv to Libaray

step Two

click on the flv area . The black colored (player area) or the frame.

Step Three

Add the following script on that frame or player area…

on (complete){
this.autoRewind=true;
this.play();
}

Have fun…

by Shihad[/QUOTE]

Hey Thanks a lot, that worked for me too, by the way… i have no idea of how to freeze a Flv video for 15 seconds and then loop it… do u know how can i do it?