Tag Archives: Flash Player

Flash Builder: Wrong Debug Player!

Every once in a while, Flash Builder loses its mind when I attempt to debug a project and tells me that I don’t have a debug version of Flash Player on my machine. I do… FB is just crazy. Right. … Continue reading

Posted in Software | Tagged , , , | 4 Comments

Scaling Your Images in Flash Player? Smooth Those Things!!!

I actually forgot to apply the “smoothing” property to a flash.display.Bitmap display object being scaled inside Flash Player. Just look at the difference such an oversight made! Since I was using a flash.display.Loader display object to load the image up, … Continue reading

Posted in Flash | Tagged , , , | 3 Comments

Flash Player 10 Security Issue Resolution

I had posted earlier concerning a strange issue with Flash Player 10 where the SWF would refuse to load if being served over a Java servlet.  We’ve been able to resolve the issue by explicitly transferring any SWF content with … Continue reading

Posted in Flash, Security | Tagged , | Leave a comment

What’s Up with Flash Player 10 Final???

It seems a lot has changed from the release candidates to the final version- a lot of things people did not expect.  For instance, last minute surprise changes to the Sound API… and then the previously announced security changes that … Continue reading

Posted in Flash, Rant | Tagged , | 1 Comment

Flash Player 9 FSCommand() Bug

I’m working on a rather large AS3 project through Fractured Vision Media which relies on the flash.system.fscommand package to properly transmit data from the application to its container layer. Unfortunately, we’ve come across a bug in which FSCommand calls are … Continue reading

Posted in ActionScript, Flash | Tagged , , , | 1 Comment