Answered
FLVPlayback persists onto next frame after fullscreen
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?
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?