PDA

View Full Version : Full Screen!!!!


nacho
10-22-2002, 09:06 PM
I Have done I project..and I wanted to be full screen in the Proyector...How can I get it right...Have I have to make some changes in the settings ???



Thanks Ya'll

Xansi
10-22-2002, 09:12 PM
Put this action in the first frame of your main timeline:

fscommand("fullscreen", "true");

this should work (I hope)

CyanBlue
10-22-2002, 09:12 PM
Howdy... :)

The answer would be using
fscommand("fullscreen", "true");
http://www.macromedia.com/support/flash/ts/documents/proj_fullsc.htm

You might want to check on the Macromedia's web site and the previous threads before you post... Usually it is a time saver... :)

spindle
07-24-2007, 06:26 PM
fscommand("fullscreen", "true");


Just verified... this does work!

:)