Answered
How to add loop to video?
how to write after finish the video active play button ?
when i click play button movie playing from first.
and how to looping video?
how to write after finish the video active play button ?
when i click play button movie playing from first.
and how to looping video?
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);
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.