Flash Script - Disable the User's Right Click Menu
By: SitePoint
April 28th, 2003
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!