Hi Everyone!
Thought id make my first post something useful.
I was going to post if i got to the point where it had taken me over an hour without finding a solution. But then I decided it'd be nice if i were to post anyway - i didn't find the solution on this forum but in the docs.
The ProblemI have an flvplayback component on a page. Im running the whole movie full screen... FLVPlayback has a new 'feature' by which if you change your stage mode to full screen, the player takes over and runs in full screen over the top of your framework!
Its annoying, but there is good news!
The SolutionmyFLVPlaybackInstance.fullScreenTakeOver = false;
Chuck this code in your page() function, in the code for the page in which the player resides.
Remember that you'll need to put the full path to the player in your code, for example mine sat in a movie clip called 'mainpanel' so my code became:
mainpanel.flvplayer.fullScreenTakeOver = false;
Again, thanks for the great work on gaia guys
