PDA

View Full Version : How to fit an odd sized page in browser


Miss Jackson
11-21-2002, 06:21 AM
Thanks in advance to anyone that can help me. How can I FIT an odd sized fla page (550x400) to be exact into my browser window so that i doesnt have a border around it when the user opens the page?

Miss Jackson

sfa
11-21-2002, 07:38 AM
Set its height and width to 100%, no?

SFA

farafiro
11-21-2002, 08:44 AM
on the first frameStage.scaleMode = "noBorder"
//or
Stage.scaleMode = "exactFit"

crabcake
11-21-2002, 02:12 PM
When you export the movie you choose 100% for your dimensions in the Publish Settings (default is Match Movie.) If you want it to stay exactly proportioned to the browser window when users resize, then choose Exact Fit from the Scale menu as well. Don't forget to make sure that your margins are set to 0 in the body tag of your html page if you want the movie flush up against the browser window sides.

Miss Jackson
12-08-2002, 08:24 AM
Thanx guys (Crabcake). Happy Holidays