There will have to be ??
I propose a test what happens when launching 20 banners ads all fighting for
fullscreen,
In windows are you able to alt+tab between fullscreen swf's?

Well, this is a huge can of worms.

Thankfully, there's this:

-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----

End-user security was a key consideration in the implementation of this feature, and developers need to understand the following end-user, security-related restrictions and design content accordingly: a.. To enable full-screen mode, developers must add a new <object> and <embed> tag parameter, allowFullScreen, to their HTML. This parameter defaults to false, or not allowing full screen. To allow full-screen, developers must set allowFullScreen to true in their <object>/<embed> tags. b.. An overlay dialog box will appear when the movie enters full-screen mode, instructing the user how to exit and return to normal mode. The dialog box appears for a few seconds and then fades out. c.. The ActionScript that initiates full-screen mode can be called only in response to a mouse click or keypress. If it is called in other situations, it will be ignored (in ActionScript 2.0) or throw an exception (in ActionScript 3.0). d.. Users cannot enter text in text input fields while in full-screen mode. All keyboard input and key-related ActionScript is disabled while in full-screen mode, with the exception of the keyboard shortcuts that take the viewer out of full-screen mode.
-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----

Pretty cool, I just find it weird that the user can't input text while in full screen mode. Probably to avoid browser hijackers, but still wack.

Source:
http://labs.adobe.com/wiki/index.php/Flash_Player:9:Update:Full-Screen_Mode
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to