
April 26th, 2004, 11:42 PM
|
 |
Contributing User
|
|
Join Date: Apr 2004
Posts: 30
Time spent in forums: 7 m 41 sec
Reputation Power: 5
|
|
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
|