all groups > flash (macromedia) > december 2006 >
You're in the

flash (macromedia)

group:

Flash Stage Size



Flash Stage Size dicetrakkr
12/17/2006 9:48:52 PM
flash (macromedia): I want to test a tween shape and I want to change the stage size ...
I do not want to make the change a permanent default ...
How do I change the stage size so an image fills the entire size of my monitor
screen ???
Thank you ...

Re: Flash Stage Size rafiqelmansy
12/18/2006 12:00:00 AM
Hi,
If you mean that you would like to test your animation on a specific stage
size and keep the your current size, you can save another version of your file
on the new size.
To change your stage size to fill the screen you can set your Flash file to
4:3 dimentions ratio to avoid unused areas of the screen (800x600 or 1024x768).
And in the first frame of your Flash file, add a fscommand that playes your SWF
fiel in a full screen mode as following:

fscommand("fullscreen", "true");

And if you will include your SWF in HTML file, then you can set the dimentions
of the SWF file in the html Embed code to 100% instead of the current size.

But put in your mind that if you have images in your SWF file, the full screen
mode may affect the image quality and it may got distorted. So, if you are
going to add bitmaps, avoid resizing your SWF file or creat you file as the
same as the output size.

Hope this helps

AddThis Social Bookmark Button