Flash Script – Disable the User’s Right Click Menu

By | | Flash

1

The menu of a flash movie can be disabled using the menu attribute, and setting it to false like so:

<EMBED src=transparent.swf type="text/html;  
charset=iso-8859-1" quality="high" menu=false  
bgcolor=#000000 WIDTH=120 HEIGHT=30>

To activate the menu again, set the attribute menu=true. Simple!

{ 1 comment }

Muhammad bin Yusrat June 23, 2011 at 5:59 pm

This does not remove the menu. It just disables some of the features of the right click menu.

Comments on this entry are closed.