all groups > flash (macromedia) > july 2004 >
You're in the

flash (macromedia)

group:

stage.showMenu=false; problem


stage.showMenu=false; problem Jake Lyman
7/11/2004 9:31:29 PM
flash (macromedia):
Hello All,

I'm hoping someone has at least an idea of what my problem is. On the first
frame of my flash movie I have the following code:

stage.showMenu=false:

Problem is, when I right click my .swf, the whole menu shows up. Does anyone
have any ideas why this code might not be working?

Thanks so much,

Jake
Re: stage.showMenu=false; problem seemingleenyc
7/11/2004 9:48:53 PM
Jake,

Two things:
1. stage needs to be capitlize
2. colon needs to be semi-color

try this:
Stage.showMenu=false;

Re: stage.showMenu=false; problem Jake Lyman
7/11/2004 10:06:08 PM
See-ming! You're awesome! And I'm a dork! Thanks a ton!

AddThis Social Bookmark Button