PDA

View Full Version : Stage size?


bruce
05-18-2001, 09:47 AM
What size should I make my stage?
I want my movie to display fullsize in a browser window, if possible with no scrollbars.

Marx
05-18-2001, 10:05 AM
Hi Bruce...
Sticking very near to the default settings for stage size is probably the best way to go.
Regarding displaying full size, take a look at the following tutorials:

http://www.actionscripts.org/tutorials/beginner/spawn_browser/index.shtml

http://www.actionscripts.org/tutorials/intermediate/launch_full_screen/index.shtml

Hope this helps.

mad_A
05-18-2001, 10:58 AM
If you are going to put it up in a html page you can change the scale by editing the WIDTH and HEIGHT attributes of the <EMBED ...tag.
If you set it to a % it will be tha same size relative to the screen in all browesers (more or less).