Skip to main content
July 31, 2008
Answered

FLVPlayback persists onto next frame after fullscreen

  • July 31, 2008
  • 1 reply
  • 1286 views
Anyone have any idea why this is happening and what I can do about it? Do I have to unload the FLVPlayback or something?

1. slap an FLVPlayback component on frame 1 and set it's source to some video.
2. then put a button on the frame that when clicked will go to frame 2.
3. don't forget to put a stop(); on frame 1
4. make a blank frame 2 with a stop();
5. compile.
6. the fullscreen button on the flvplayback won't work in test mode so run the .swf from windows explorer.

notice how if you click just the button to go to frame 2 the video does not persist which is correct
BUT
if you click fullscreen, then esc, then click on the button to go to frame 2, the video persists!

what's going on here?
This topic has been closed for replies.
Correct answer
Solution: Assuming the FLVPlayback component's instance name is v
Put this on frame 2. Note that if you have another FLVPlayback component on frame 2 it needs to have a different instance name.

1 reply

kglad
Community Expert
Community Expert
July 31, 2008
that looks like a bug. move, remove or otherwise make your flvplayback c. not visible.
Correct answer
August 6, 2008
Solution: Assuming the FLVPlayback component's instance name is v
Put this on frame 2. Note that if you have another FLVPlayback component on frame 2 it needs to have a different instance name.
Participating Frequently
March 22, 2013

Hello,

I have the same problem. What I have to put on frame 2? It doesn't show in your response :S

Thank you