Flash detection etc

OK - i will try and explain where i am at the moment and then what i’ld like to:

I am using Flash 8 - my html skills are useless

At The Moment:

  1. I am using a html home page which calls a javascript function…

function fullScreen(){
var sWidth = screen.width;
var sHeight = screen.height;
sWidth -= 0;
sHeight -= 0;
var args = “width=” + sWidth + “,height=” + sHeight + “screenX=0,screenY=0,left=0,top=0,resizable=yes,scrollbars=no”;
var win = window.open(“ajg.html”, “NEW”, args)
//window.open(“thanx.cfm”,"_self");
}

  1. This launches ajg.html fullscreen - which places my swf within - great!!

  2. My flash file is set to 2880 x 2000 and i position everything based on Stage.width and height. - Great!!

What I Would Like To Do:

  1. The first problem is when someone bookmarks the ajg.html page - when they go back it is not fullsreen - just the size of their browser as it is - and this really does not work with my project.

  2. I think i would like to dispose of the first html screen altogether - so when the user goes to ajg.html - it automatically goes fullscreen - and if they dont have flash plugin it launches a separate html page saying - get flash you idiot!!!

    • I dont have a clue how to do this!!!

SO TO RECAP
I would like when the url is typed in to automatically set browser to full screen - with no scrollbars or top browser nav panels and then my swf can positiin everything accordingly

Cheers
If anyone can help - greatly appreciated
Thanks