To loop or repeat video using FLVPlayback in flash once it’s finished the code below will do the trick.
I used the code successfully on one project with flash video by using the Flash FLVPlayback object and makes it possible to have the FLV repeat the video.
Put the following action on the flash flv object:
on(complete){
this.autoRewind = true;
this.play();
}
Now the video will repeat when finished.
Leave a comment below if you have a better suggestion.
0 comments ↓
What do you think? Post your comment by filling out the form below.
Leave a Comment