PDA

View Full Version : Problem in Flash Player 9 fullscreen, when called from localConnection


vikasrayiparambil
05-10-2007, 06:38 AM
Hi All,

I have a situation in which I have to make use of two flash movies in the webpage.
I am trying to communicate between these two movie through LocalConnection object, everything is working fine except the Flash Player 9 Fullscreen option.

In first movie there is a button called "Fullscreen" and in other movie I have a FlvPlayback component. So what I want to do is, when a user clicks the "Fullscreen" button then the flvplayback component in the other movie should use the flash player 9 fullscreen (occupying full monitor area).

Localconnection is working fine except the code Stage.displayState="fullScreen", Other commands in the function are working.

So any help from any of you will be very helpfull.

thanks in advance,
Vikas

vikasrayiparambil
12-14-2007, 05:58 AM
The problem is due to the Flash security restrictions. Which disables Fullscreen when called from scripts other then mouse or keyboard interaction.

So for activating Fullscreen it must be called from user interation i.e, through mouse or keybord events