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!

right click on the flash movie 1

Status
Not open for further replies.

bubu

Programmer
Joined
Mar 3, 2002
Messages
463
Location
RO
On many sites made with flash when you right click with your mouse an window appears with the words: about macromedia flash player,etc....

But i have found sites where when you right click on the screen an window with much more options appears: zoom in, zoom out, and so on.

How can you make this happen?
dragos.jpg

 
Are you using the Publish feature to output your html?

If so, make sure the Display Menu box under the HTML tab is checked. You should then see the full menu when you right-click your movie.

Curiously, usually this question is reversed. Users want to disable this feature, so that viewers can't play around with their movies! Regards,

oldman3.gif
 
Even if i uncheck the Display Menu box from the publish settings, the menu will still display when including the flash movie in the html page.

I remember that you gave me a html sequence to disable that menu...but i can't find it anymore. Can you write it out again pls? :-)

Regards,
Dragos.


 
<EMBED src=&quot;index.swf&quot; menu=false quality=high scale=exactfit bgcolor=#E9E9E9 WIDTH=&quot;750&quot; HEIGHT=&quot;425&quot; NAME=&quot;homepage&quot; ALIGN=&quot;&quot;
TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;
here's an embed tag of a site i made,

right after the source there is a menu=false which should solve your problem

regards

tektips.gif
 
The menu is still there :-(

Regards,
Dragos.


 
<param name=menu value=false>

This solved the problem.
Thanks for the assistance! :-)

Regards,
Dragos.


 
Hi Dragos!

With MX you can also now only use the following on the first frame of your movie:

Stage.ShowMenu = false;

Without adding the parameters in the html!

Regards,

cubalibre2.gif
 
Thanks a lot!

P.S.
You look great there in Cuba! :-) How is Fidel Castro? :-)
...and what cocktail are you drinking?...is a Pina Colada?

Cheers!




Regards,
Dragos.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top