Skip navigation
Sign in
ActionScript 1 and 2
Adobe Community
>
Flash Professional
>
ActionScript 1 and 2
>
Discussions
Please enter a title.
You can not post a blank message. Please type your message and try again.
ut627s5x
Calculating status...
Currently Being Moderated
looping a .flv
Jun 21, 2007 5:39 PM
I made a .flv file for my website but the thing it i would like it to loop non-stop at the moment it runs once then stops..what is the action script for it to
loop?
126 Views 1 Reply
Latest reply
: derobinson, Jun 22, 2007 8:46 AM
Submit
Replies
Currently Being Moderated
1.
derobinson
,
Jun 22, 2007
8:46 AM
in reply to ut627s5x
Report
If you're using the FLV playback component, write a listener for the "complete" event:
var myListener:Object = new Object();
myListener.complete = function(evt:Object):Void {
myFLV.play();
};
myFLV.addEventListener("complete", myListener);
Hope that helps!
Submit
|
Mark as:
Forum guidelines
Actions
View print preview
More Like This
Retrieving data ...
Bookmarked By (0)
View:
Everyone
Only Notes