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