I’m just learning flash…Recently I got a project to develop in flash.
How do I make an intro page(Using flash) that fits exactly the same width and height of the browser window? It should exactly fit into the browser. When I tried to insert my flash file into the browser, it appears to be as a patch and it doesn’t look good. I want the file to be fixed in this way…
See this intro page…www.eye4u.com/home
It should cover the whole browser but no scroll bars…same height and width…
To get rid of the scrollbars is easy, just edit your html body tag like so…
<BODY SCROLL="no">
And as for exact fit… just set the width and the height of the movie to 100% instead of exact pixels.
But be careful, check eye4u, and resize the browser, the movie scales to fit, sometimes this makes your movie look pretty ugly if you have imported images, or text that is supposed to be a certain size, etc, etc.