Farmvilli can do fullscreen. HappyIsland can do fullscreen.
But what is the trick to enable flash fullscreen in facebook application ?
Thanks for reading
Farmvilli can do fullscreen. HappyIsland can do fullscreen.
But what is the trick to enable flash fullscreen in facebook application ?
Thanks for reading
Okay I have found the solution.
you must not use fb:swf
you will have to use fb:iframe to contain a html page that loads the flash (by swfobject or etc).
you will have to set the flash param "allowFullScreen" to true.
put the code
stage.displayState = StageDisplayState.FULL_SCREEN;
inside MouseEvent / keyboard event functions, so the full screen code is triggered by user interaction.