| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
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 Last edited by Taldos; 03-27-2002 at 10:39 PM.. |
|
|
|
|
|
#2 |
|
power to the pinK
|
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 |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
|
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 |
|
|
|
|
|
#4 |
|
Addicted To FLASH
|
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
__________________
â€* GOD Is Near â€* Questions Don't PM for Questions An eye for an eye, make the whole world blind _____________________________________________GHANDI |
|
|
|
|
|
#5 |
|
Registered User
|
I am sorry I am a little confused as to what you are asking me??
|
|
|
|
|
|
#6 |
|
Addicted To FLASH
|
Nothing, nevermind
Just was saying that what ink said and what u said are the same
__________________
â€* GOD Is Near â€* Questions Don't PM for Questions An eye for an eye, make the whole world blind _____________________________________________GHANDI |
|
|
|
|
|
#7 |
|
Registered User
|
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
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: May 2001
Location: Ontario, Canada
Posts: 211
|
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.... Last edited by Jessica lucidiastudios; 09-06-2002 at 09:24 PM.. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Right click menu problem | fixfix2 | ActionScript 2.0 | 0 | 11-08-2004 10:50 AM |
| how to minimize the other submenus items when i do a click in some of the menu items? | Lupax | ActionScript 1.0 (and below) | 3 | 11-30-2003 02:02 PM |
| Creating a right click menu | meeko | ActionScript 1.0 (and below) | 3 | 03-27-2003 08:33 AM |
| prevent radio button / checkbox or drop down menu clicked after click submit button | hoayfern | ActionScript 1.0 (and below) | 1 | 10-07-2002 03:36 PM |