PDA

View Full Version : Could someone tell me what's wrong???



Digiliz
June 13th, 2003, 09:20 AM
could some one please tell me why the hell my fscommands don't work???fscommand("allowscale" , "false");
fscommand("showmenu", "false");


these are the two I am using but the showmenu does not seem to work. could some some body help me with this?
I am attaching ta sample fla and the html file.

Digiliz
June 13th, 2003, 09:25 AM
here's the file

AnOraK
June 13th, 2003, 09:35 AM
need this in your html page

param name=menu value=false

pom
June 13th, 2003, 10:47 AM
Are you sure you're using it correctly? Remember that
From the AS Dictionary
Macromedia Flash can use the fscommand action to control the playback and appearance of standalone projectors, as well as launch external applications.And there's a thread in the Best Of Kirupa about shrinking the Flash Menu :)

senocular
June 13th, 2003, 11:00 AM
Originally posted by AnOraK
need this in your html page

param name=menu value=false

which can also be set for the HTML generated by flash from File > Publish Settings...

Raydred
June 13th, 2003, 04:13 PM
Remember FScommands are used basically for Operating systems etc, like to control the player or some custom app that flash is wrapped in (ive done it, and its pretty cool) =)

lostinbeta
June 13th, 2003, 04:22 PM
Flash MX allows for... Stage.showMenu = false;
Stage.scaleMode = "noScale";


Stage.scaleMode is set as "showAll" by default.

You can use "showAll", "noScale", "exactFit", and "noBorder"