Skip to main content
Inspiring
September 29, 2011
Answered

How to add loop to video?

  • September 29, 2011
  • 1 reply
  • 529 views

how to write after finish the video active play button ?

when i click play button movie playing from first.

and how to looping video?

This topic has been closed for replies.
Correct answer kglad

then you're using the term "video" incorrectly.

do you mean you want your swf to replay?   if yes, the easiest way is to use on your main timeline:

replay_btn.onRelease=function(){

loadMovieNum(this._url,0);

}

1 reply

kglad
Community Expert
Community Expert
September 29, 2011

are you using an flvplayback component to play your video?  (and, by video, do you mean an flv?)

Inspiring
September 30, 2011

No.

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
September 30, 2011

then you're using the term "video" incorrectly.

do you mean you want your swf to replay?   if yes, the easiest way is to use on your main timeline:

replay_btn.onRelease=function(){

loadMovieNum(this._url,0);

}