View Full Version : fscommand("showmenu", "false"), right click menu
Taldos
03-27-2002, 10:22 PM
simple question if I have a multi level site, do i just place a
fscommand("showmenu", "false"); on the first frame of the _level0 to prevent users from viewing the menu option, or must i place this command in the first frame of every swf loaded into _level 0. let me know
oh ps: is that the right way to call the flash fs command for showmenu. According to moock this call doesn't work for netscape 6 or IE on mac.
when i view the swf it works, but when i imbed it in html it no longer functions
pinkaboo
03-27-2002, 11:03 PM
well, a little experimentation might just get you the answer to your first question!
but, fscommand only works within the flash player, to disable the right click menu when the swf is in a browser you should just need to go into the publish settings menu for the html page and deselect the Show Menu tick box
(of course, if you aren't using the html page that is published within Flash you can always do a test published html page, view the source and compare what it has created with your own html code :))
:)
K
Taldos
03-27-2002, 11:46 PM
dohhh thanx a lot saved me a lot of time. for anyone else who might want to know here is the tag you need to place in your html file
<PARAM NAME=menu VALUE=false>
k thanx all and be well
farafiro
03-28-2002, 08:11 AM
Hey Taldos, what pinkaboo told u do the same thing that u have said here.
and by the way to make that code fscommand("showmenu", "false") works, u shouldn't put the "" around the FALSE
Taldos
03-28-2002, 03:24 PM
I am sorry I am a little confused as to what you are asking me??
farafiro
03-28-2002, 03:28 PM
Nothing, nevermind
Just was saying that what ink said and what u said are the same
Taldos
03-28-2002, 03:33 PM
oh yeah, thanx, i was alittle confused about the way to do for html so he helped me out on that one. but the fs command only works for the standalone flash player hwich is what i didn't know and he informed me so it's all good. ooh so exiting my site is almore ready to go up. all these little bugs can be so annoying
Jessica lucidiastudios
09-06-2002, 09:09 PM
Hi,
I have three questions related to projectors and disabled menus, though I did disable the menu without a problem...
I have disabled the menu command in my .swf. It looks great, BUT I need to make a projector (.exe & mac projector) from it....and the menu to select "Create Projector" is of course gone. How does one do this without the menu?? I do not want the menu present in the the .exe but you need to disable it before making the projector as far as I know...
Also, part two of my question: Is it possible to change the title "Macromedia Flash Player 6" at the top of the window, or even make it chromless and unresizable (on Mac & PC) without third party software like IceProjector (because my company will not buy any since they're all PC only)?? That's a long question. Can I change the title with using flash commands alone? The "F" icon would be nice to change too. I don't think the .ico handles this part.
Third question: I put the disable scale code in the projector on first frame but it still resizes as .swf and projector....I don't see the problem with this code:
fscommand(allowscale, false); // frame one _root
I think that's all. I searched but only found stuff on Publish>Html>disable menu or how to do the fs command version.
Thank you!
Jessica
EDIT: If I had looked under the publish settings, I would have found I could publish an .exe. DUH!
The rest of my problesms still stand though....
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.