Groups | Blog | Home
all groups > flash (macromedia) > september 2006 >

flash (macromedia) : Continous loop


JAY315
9/4/2006 7:15:55 PM
:confused; I cannot make my flash video loop, basically what I have done so far
is imported the mpg file and tested it, but it will not loop. what do I need to
do make the video loop forever seamlessly? I am kinda of new to Flash and have
no coding experience.
Nickels55
9/6/2006 1:28:48 PM
If you are talking about looping a flv video in Flash 8 here is the code:

var vidList : Object = new Object();
vidList.complete = function() {
vid.play();
}
vid.addEventListener ("complete",vidList);
stop();

make sure the FLVPlayback component has an instance name of vid.
AddThis Social Bookmark Button