rightclickmanager


A manager class used to regist custom right click event for flex application.

Integrate the tricks of javascript and actionscript found on the internet to provide a simple way to add the ability to listen to right mouse button click event for Flex application, which is used in another project flex-table.

Note: The "wmode" of your SWF using this right click manager and embedded in html page should be "opaque", or the right click event will never be captured.

Demo

Related articles:

Monkey Patch

javascript injection in actionscript 3

replacing right click menu

custom context menu

Project Information

Labels:
rightclick manager flex javascript actionscript