Tuesday, May 22, 2012

Flash Player 11.2 custom right-click example

Flash Player 11.2 custom right-click example:
I’m sitting in my hotel room in Brussels putting together some demos for my presentation tomorrow. Below you can check out my example of creating a custom right-click menu in Flash Player 11.2. You can also download the FLA but make sure you have CS6 if you want to open it. Tutorial is coming soon on this topic.

If you want to suppress the right-click menu entirely in your Flash movie you can add the following line of code:




1


stage.addEventListener(MouseEvent.RIGHT_CLICK, function(e:Event){});




DIGITAL JUICE

No comments:

Post a Comment

Thank's!