[AS2.0] Full-Screen scripting help needed (desperately!)

We’ve designed a flash website with large dimensions, 1440x900.

The idea is that the website browser frame is launched once the user click on the ‘enter’ button of the index.html page. Here we were going to use javascript to launch the browser frame minus the address panel etc…

The PROBLEM IS: using the javascript means i have to specify the dimensions of the pop-up page, and ideally i want to make it full-screen. Obviously quite a few screens are going to struggle with 1440x900, so i wanted the movie to scale according to the size of the (full) screen.

Also, I have a 30" monitor, which means that the site looks quite bad when it’s scaled at the full screen size (2560 x 1600). So in an idea world the script would know figure out the screen resolution available and would not scale up the site beyond it’s 100% size (i.e. 1440x900), but obviously if the screen resolution is 1024 x 768 it wold scale the site down to 80 or 85% to fit the screen.

I found a site which does almost exactly what we need: http://www.tronicstudio.com/
I looked at the source code of the html and tried to copy parts of it, but i still can’t get it right - feel like the flash file also has some code in in to make it all work.

After a week of trying to resolve this, my brain is fried, any help would be extremely appreciated.

Thanks
A

see this is your first post - welcome!

It is a combination of how the swf is embedded into the html page, and it requires code in your flash file to handle it all.

search here in kirupa for:
“full browser flash”
“full screen flash”
“fullscreen flash”

There is a ton of info on this across the kirupa site.

[quote=creatify;2333260]see this is your first post - welcome!

It is a combination of how the swf is embedded into the html page, and it requires code in your flash file to handle it all.

search here in kirupa for:
“full browser flash”
“full screen flash”
“fullscreen flash”

There is a ton of info on this across the kirupa site.[/quote]

Thanks for the tip…
I have searched high and low, but i can’t find quite what i need. most of the tutorial focus on scaling to full screen, but i need to scale the swf within certain parameters as well and also have a full screen…
so the search continues…