Archive for October, 2006

Flash Plugin Switcher for Firefox

Monday, October 30th, 2006

If, like me and many millions of others, you have deserted Internet Explorer, and now choose to use Firefox as your default web browser, then the following little tool is going to come in very handy. Alessandro Crugnola has written a very useful Flash Plugin Switcher for Firefox that sits in the bottom right hand corner of thr browser and allows you to select and quickly switch between different versions of the Flash Player, from Flash Player 9 all the way back to Flash Player 2. A must have in any Flash Developers toolbox.

Flash Player 9 Update Beta

Thursday, October 5th, 2006

Adobe have just recently released a beta version of an update to Flash Player 9 that adds new Full Screen capabilities to the Flash Player. This feature was primarily introduced into the update so that video players can go fullscreen, but it has lots of other uses aswell.

Full Screen mode is activated using either Actionscript 2 or Actionscript 3 by setting the value of a new property Stage.displayState, it can only be set in response to a mouse or keyboard event, which stops malicious use of this new feature. Keyboard events do not occur when the Flash Player is in full screen mode, so input fields will not work.

More information on fullscreen mode can be found here.

The new player also introduces some much needed displaylist events, namely ADDED_TO_STAGE and REMOVED_FROM_STAGE and the new player now works with Microsoft Vista.