flv, as3 flash help.
flv, as3 flash help.
Out of context: Reply #2
- Started
- Last post
- 15 Responses
- kult0
You have a published SWF, that you're loading into another flash file, and you want it to loop?
...Either edit the original SWF with a gotoAndPlay(1) on its last frame, or add an event listener on your loaded movieclip object that brings it back to Frame 1 when it hits the end.