PDA

View Full Version : n00b in need!!


Milky_J
06-25-2007, 08:14 PM
I am still VERY new to Flash with only an extremely basic knowledge of the ins and outs of both actionscript and the program itself.

My question is how do you get an animation to launch as full screen and with no toolbar on the top. I have had a look around and have found this command:

fscommand("fullscreen", "true");

It said that I was to put this into the first frame of my animation and then it would launch into fullscreen. However, it doesn't. I have put it both on a layer of it's own and on a layer with part of the animation on but it just doesn't work.

Any help would be very much appreciated.:D

Milky_J
06-26-2007, 12:18 AM
Anyone? C'mon, it can't be that hard...

Milky_J
06-26-2007, 11:47 PM
At least acknowledge the threads existence...

tsj4
06-26-2007, 11:51 PM
If you want to change to default browser properties that would be javascript. this would not be inside the flash file itself or actionscript.

Milky_J
06-27-2007, 12:02 AM
I'm not on about web pages, I mean the desktop player.

neilmmm
06-27-2007, 12:22 AM
did you go file>publish settings and publish as a projector file and then launch the projector (exec) file?

asf8
06-27-2007, 12:24 AM
See if this thread helps you
http://www.actionscript.org/forums/showthread.php3?t=12386

fscommand ("fullscreen", "true");
//fscommand ("showmenu", "false"); //optional for right click menu
fscommand ("allowscale", "true"); // <<-- this could be what your missing

If not then look here - Google: flash fullscreen projector (http://www.google.com/search?hl=en&q=flash+fullscreen+projector&btnG=Search)

Milky_J
06-27-2007, 01:44 AM
did you go file>publish settings and publish as a projector file and then launch the projector (exec) file?

I didn't do that. I shall give that a look.

See if this thread helps you
http://www.actionscript.org/forums/s...d.php3?t=12386


I will also check this out.

Thanks for the help y'all.:D :D