Just want it to go back to the start.....how do I do it? What is the syntax?
Thanks.
Printable View
Just want it to go back to the start.....how do I do it? What is the syntax?
Thanks.
You should go look in the Flash Help panel.
Flash video is managed through the NetConnection and NetStream objects (because it always works as a streamed video input, even with simple video files).
The NetStream object has a .seek method, that let's you point at any position within the movie length.
Cheers,
Ascanio.
I don't understand how to do this.
I have an flv on the stage. It has an instance name. How can I make it close when it is finished?