All,
I have a captivate generated SWF file which has a .FLV inside it.
In flash on click of a button I unload the movie(SWF), the video goes away but the .FLV still plays the audio. Any idea.
Thanks,
Baba
Printable View
All,
I have a captivate generated SWF file which has a .FLV inside it.
In flash on click of a button I unload the movie(SWF), the video goes away but the .FLV still plays the audio. Any idea.
Thanks,
Baba
Absolutely strange behaviour...have u tried using any another captivate SWF with FLV ? If possible can u upload the source files over here so that we can check ?
My guess is that you'll need to incorporate some type of video control into your unload button. In otherwords, shut off the video before you unload.
Something like
orCode:ns.pause();
or evenCode:ns.seek(0);
which could be a nonexistant .flv.Code:ns.play("nothing.flv");
Each of these commands would of course have to be correctly addressed using dot notation to drill down into the video player .swf.
And I'm sure there are several other options for controlling the video, but I'd say you have to build some method of controlling the video into your unload button.
Best wishes,
Eye for Video
www.cidigitalmedia.com