Monday, August 11, 2008

Right Click in AS3

One of my friend (Siddharth) has shared a valuable information with me that how to disable right click in flash (he searched the information on the internet). It's really easy and incorporate following steps:

  • Use Javascript in the HTML container page to disable the right-click on top of the SWF.
  • Capture the event and pass it to a function that communicates with Flash via the External Interface
  • In Actionscript the function called from Javascript does whatever you need to display your own custom context-menu.

You can download the file : RightClick_0[1].6.2.zip
Nice to Visit : http://www.uza.lt/blog/2007/08/solved-right-click-in-as3.

No comments: