View Single Post
  #1 (permalink)  
Old 04-27-2004, 01:44 AM
meenu meenu is offline
WebProWorld New Member
 
Join Date: Apr 2004
Location: India
Posts: 3
meenu RepRank 0
Default Disable Right click menu on .swf file in browser window...

hi

The menu of a flash movie can be disabled using the menu attribute, and setting in html embed code...:

<EMBED src=mindcycle.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.

But it don't disable full right menu, as ir still shows two options in right menu...

Do anyone know how to eliminate full menu...

Thanks in advance
Reply With Quote