PDA

View Full Version : Maximise browser window



solargem
September 4th, 2001, 08:27 AM
Could anyone help me?

I need to know how to make the first page in my web site automatically maximise when a user surfs onto it.

I need this desperately.

Any help appreciated!

eyezberg
September 4th, 2001, 08:43 AM
GOOD headline!
But tell us, is this 1st page HTML or Flash?
If it's html, you need a javascript to detect the screen.availableWidth + screen.availableHeight, you will, I think, find this at http://javascript.internet.com ..
Else, in Flash, you have fscommand("fullscreen", "true"); to be placed in any keyframe at the beginning, in combination with
fscommand("allowscale", "false"); to keep people from resizing the window.
Helps?

solargem
September 4th, 2001, 08:52 AM
Thanks for the reply Eyezberg.

The first page is a very simple Flash page, so ill give your suggestions a try!

Thanks again, cheers!

solargem
September 4th, 2001, 09:17 AM
That worked a treat.

Cheers again Eyezberg.

U the man!!!!!!!!!!!!!!!!!!!!

eyezberg
September 4th, 2001, 09:35 AM
Welcome, cheers back 2 ya ;-)