<mx:Flexing> A Paritosh Bisi’s Blog

On Rich Internet Applications, Adobe Flex, ActionScript, Web Technologies and more…

Archive for September 14th, 2008

Flashtracer for Firefox 3

Posted by Paritosh Bisi on September 14, 2008

The FlashTracer addon tool for Firefox 2 which is a very useful tool to debug Flex and Flash applications is not directly available for Firefox 3. But we can now install FlashTracer for Firefox 3. Please check the following link.

http://www.sephiroth.it/firefox/flashtracer/

Happy Flexing…:)

Posted in Firefox | Tagged: , | Leave a Comment »

Flash Player 10 FileReference Changes

Posted by Paritosh Bisi on September 14, 2008

In Flashplayer 10  some new security enhancements to the FileReference class has been implemented.In previous versions of the Flash Player (upto 9.0.124.0), we could programmatically call the FileReference.browse() method to open a file browser dialog window which enables users to locate a file on their system so that it could be uploaded to a server. Most of the developers use this feature for various document uploader applications. In Flash Player 10 you can no longer spawn this dialog window programmatically and it must be initiated by a user click. The attempt to launch the dialog with code will throw a security exception and break the application.

For more detailed informations please check the following links.

http://www.adobe.com/devnet/flashplayer/articles/fplayer10_security_changes.html#head3

http://www.mikechambers.com/blog/2008/08/19/flash-player-10-security-changes/

So, anyone has any solutions or workarounds do let me know.

Happy Flexing…:)

Posted in Flash Player | Tagged: | Leave a Comment »