Groups | Blog | Home
all groups > flash (macromedia) > september 2006 >

flash (macromedia) : Controlling window size


aixamarquez
9/19/2006 10:11:52 PM
Hi, everyone

I want my movie to play at a set size and no larger. Is there a way to do that?

Thanks.

urami_
9/20/2006 12:00:00 AM


[quoted text, click to view]

the movie as SWF or the windows as HTML browser window ?


--
Best Regards

Urami


--


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
urami_
9/20/2006 12:00:00 AM


[quoted text, click to view]

Dan,
if you mean while authoring than CTRL J - you can change there the size of your stage.

--
Best Regards

Urami


--


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
urami_
9/20/2006 12:00:00 AM


[quoted text, click to view]

fscommand is not browser compatible property.
It's for standalone usage ONLY.

scaleMode on the other hand apply to both, browser and projector files.


--
Best Regards

Urami


--


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
aixamarquez
9/20/2006 12:00:00 AM
Thanks, Urami, ggshow.

aixamarquez
9/20/2006 1:49:09 AM
The .swf.

ggshow
9/20/2006 3:22:13 AM
I believe what you need is to set the SWF file always drawn at its original
size and never scaled. There are 2 ways to do this.

1) Control the Stage class

Stage.scaleMode = "noScale";

2) Using fscommand

fscommand(allowscale, false);

FlashJester Support Team
9/22/2006 8:47:08 PM
Online or offline ?

Regards
FlashJester Support Team
e. - support@flashjester.com
w. - http://www.flashjester.com

There is a very fine line between "hobby" and
"mental illness."

aixamarquez
9/22/2006 9:35:39 PM
Online.

urami_
9/23/2006 12:00:00 AM


[quoted text, click to view]

online to get rid of flash you can use getURL action to call html file
in current window, replacing automatically whatever was there before.

--
Best Regards

Urami


--


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
AddThis Social Bookmark Button