PDA

View Full Version : Full Screen at Launch


mhammer616
12-02-2005, 03:52 PM
I know there is a way to do this, and I have looked through some of the other posts, and it didn't seem like any were trying to do the same thing. I created my flash movie to a 600x800 screen resolution, since some people can't seem to realize that higher resolution is better.

I want the movie to run full screen on launch, is there any code to have this happen.

Ruben
12-02-2005, 04:01 PM
Are you creating a standalone projector file (.exe) or something that'll be embedded as an .swf in a webpage (like .html)?

- Ruben

yker22
12-02-2005, 04:04 PM
Hello mHammer616:
I was trying to do the same thing but I have to use a third party software (Zinc 2.5 from multidmedia.com) and set active an ActiveX control. You can try that for free, and indeed you can see your flash movie embedded in a standalone application but the speed and resolution is not the most desirerable. I donīt know if this is possible using just AS, but Iīve read in Macromedia Flash MX 2004 Game Development that the original flash movie will be choppie and slow. Try Zinc.

mhammer616
12-02-2005, 04:05 PM
its going to be a swf file, but it will load off a cd. it will not be connected to a web page or any html.

e3graphics
12-02-2005, 04:13 PM
Hey, try an fscommand. If you don't know how to use these, just do a search in Flash's help sections.

fscommand("fullscreen", true);