Jonathan, Thank you! I did know about the blocking directly. This is what I am trying to overcome.
BUT, I didn't know it is not possible to use keyboard input And that is surely something I need. If no one comes up with some kind of sulotion, I guess I have to run it in the browser window? Thanks again!!! Cor -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jonathan howe Sent: vrijdag 20 februari 2009 14:09 To: Flash Coders List Subject: Re: [Flashcoders] Javascript Flash resizing As I'm sure you've discovered, Flash Player security model will block you from doing this directly: "The ActionScript that initiates full-screen mode can be called only in response to a mouse event or keyboard event. If it is called in other situations, Flash Player throws an exception. Users cannot enter text in text input fields while in full-screen mode. All keyboard input and keyboard-related ActionScript is disabled while in full-screen mode, with the exception of the keyboard shortcuts (such as pressing the Esc key) that return the application to normal mode." So I take it that you are trying to fake it somehow by forcing the browser itself into fullscreen mode and then javascripting the Flash window to the entire size of the window? Sounds pretty tricky. -jonathan _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

