ActionScript

AS3 Quickie – Native Mouse Cursors

We’re looking all the way back to Flash Player 10.2 for a peek at native mouse cursor support! This feature allows us to use bitmap based mouse cursors that run at the OS level rather than inside the display list in Flash Player. Huge performance gains! [kml_flashembed publishmethod=”static” fversion=”10.2.0″ movie=”/wp-content/uploads/2012/07/NativeCursor.swf” width=”550″ height=”400″ targetclass=”flashmovie” play=”true” loop=”true”

AS3 Quickie – Native Mouse Cursors Read More »

“Genie” – Automated UI Tester for Adobe ActionScript

Did you think that Brackets was the only open-source-star Adobe has been working on? What many people fail to realize is that the Flash technology side of things is under heavy, HEAVY development; new versions of the runtimes, expanded operating system support, incredible ActionScript improvements, major tooling updates, and projects like Monocle, SWF Investigator, Starling,

“Genie” – Automated UI Tester for Adobe ActionScript Read More »

AS3 Quickie – Removing the right-click menu from Flash content

One of the great new features introduced with Flash Player 11.2 is the ability to intercept the right-click from a user’s mouse. A simple MouseEvent listener can be added to the Stage or any object which extends flash.display.InteractiveObject. Not only does this have the effect of completely removing the right-click menu from Flash content, but

AS3 Quickie – Removing the right-click menu from Flash content Read More »