Just wondered if there is anyway to stop an FLV file embedded in flash, because the one I have starts automatically and I want to have to press play before it starts to play the movie.
Yes it does work if your video is embedded in the timeline. May be your video is a MovieClip (which has the video embedded) - if that's the case then MovieClip.stop();
To stop FLVPlayback you can do either FLVPlayback.stop(); or FLVPlayback.pause();, but if you just want to stop your video starts playing automatically then you can set autoPlay to false.
You can do FLVPlayback.autoPlay = false; but if you want to do it manually, select the FLVPlayback instance on Stage, then go to Component Inspector. There you'll see "autoPlay" property listed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.