PDA

View Full Version : FS command prob


Dialate
09-05-2001, 01:14 PM
I have a Fla that is exported as a Projector / EXE. The file has to open full screen, BUT I only want the movie to be viewed at 100% .. I know the user can
Do this by pressing Apple 1 (Mac) or CNTRL 1(PC) when the file is open..

BUT the file has to be set to do this automatically..

Is there any way to script the file to do this.. At present there is only a FS command, fullscreen true action.

Your help would be greatly appreciated.

Cheers
Dialate

Josh
09-05-2001, 01:27 PM
fscommand ("allowscale", "false");

Try that :D

Josh Dura

Dialate
09-05-2001, 01:47 PM
That didnt work on its own.. so i put in two FS commands.. 1st Fullscreen true then allowscale false.. and that worked..

Is that what you meant? thanks for that.

Cheers