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!

menu

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hi to all, i have a quation about this flash menu, u know,
zoom in, zoom out, and stuff,

i dont want my flash movie to show this menu or only show the "about flash5" thing.

i tried the fscommand ("showmenu", "false");
function, it works , but only if i start my movie with the flash player, if i start it in my browser it again shows this stupid menu.
 
There are a couple of different ways actually. It is done in the HTML document. If you are using the HTML file that Flash generates when you publish... Go to FILE>Publish Settings and select the HTML tab (at the top). Uncheck the "Display Menu" check box. That will do it.

What that actually does is insert two things into the HTML.
1) <PARAM NAME=menu VALUE=false>
2) <EMBED src=&quot;yourFile.swf&quot; menu=false...

So you could just enter either/or both of those directly into your HTML doc and accomplish the same thing.

Hope that helps. Wow JT that almost looked like you knew what you were doing!
 
Great Pixl8r!
Clearer is better!

Regards,
mywink.gif
ldnewbie
 
So glad you approve Old Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top