Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To disable right click

Status
Not open for further replies.

hoja

Technical User
Joined
Dec 3, 2003
Messages
102
Location
US
How can you disable the richt click so the end-user does not have the options of zooming in or out of the flash movie? help please thank you
 
From MX and up, you can use the following on the first frame...

Stage.showMenu = false;

That will only work with the Flash player version 6 and up.

For previous versions of the Flash player, you'll have to use the following in your html's object and embed tags...

...<PARAM NAME=menu VALUE=false>... (object)
... menu=false... (embed)

You can somewhat change the context menu from MX2004...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top