Groups | Blog | Home
all groups > flash actionscript > april 2004 >

flash actionscript : Using fscommand & keep stage res 640x480


waveturtle
4/6/2004 11:01:55 PM
I'm making an enhanced CD for a band and I'd like to make a projector that
opens full screen, but the content screen stays 640x480. Basically I want the
content screen to stay the same size regardless of monitor resolution, and be
over a black fullscreen.

Any ideas?

Thank you
Rob
Siavash
4/6/2004 11:13:18 PM
Hi,

You have to use this code in your first frame:

Stage.scaleMode = "noScale";

Peter Blumenthal
4/7/2004 10:38:16 AM
fscommand ("fullscreen", "true");
fscommand ("allowscale", "false");


HTH
}`¬P

--
---------------------------------------
http://www.phageinteractive.com
PhageInteractive Ltd.
remove mm_ to mail
---------------------------------------
'If I come across as a grumpy and twisted old man, it's just because I'm a
grumpy, twisted, old man." - me
---------------------------------------

..
[quoted text, click to view]

AddThis Social Bookmark Button