PDA

View Full Version : browser


Peterock1
04-02-2003, 09:17 PM
I am still having trouble with this. I made a webpage in Flash MX, but am confused with window size. How do i publish my site so that which ever computer recieves it, it will be in a specific size? What is the recommended size? I have no idea how to enter code, so if I need to do so, please get very detailed.

Thank you so much.

tigei3281
04-05-2003, 12:49 AM
Hey what up???

There are several ways to do this. If you want to stay in flash, you can use:
System.capabilities.screenResolutionX
System.capabilities.screenResolutionY

These (if you haven't figured...:o) will get you the user's screen resolution. You can then set the movie to change to a certain size according to the user's resolution.

Another option is javascript. Most sites I've seen these days publishes the movie at 1024x768. But it really depends on what kind of information you want to convey (or if you want your FLASH movie to take up the whole screen or just a portion of it...)

Hope this helps...!

holtzy
04-06-2003, 04:21 PM
Someone probably already told you this, but in Flash goto File, then publish settings, then the html tab, then if you want a specific size change the dimensions to whatever you what. If you want it to fill up the users screen no matter the resolution, then choose percent, and set it to 100. Keep in mind this might distort pictures in your flash movie. HTH

Also, about 80% of users are on 800x600 or 1024x768. For set sizes I use 750x450 & 1000x600.