Hi all,
after mastering the trick to set the correct movie size to get it to fill the whole screen I have a last (hopefully) question:
How to start my movie in a Full screen window as I would get by pressing F11 in ie or by clicking View- full screen ???
I do NOT want a pop-up window and do NOT want to open up a new window. I just want this to happen by loading an HTML page from scratch (say index.html)
It's done with JS
put the "getURL"code in the first frame of your MC, with a "self" statment
__________________
â€* GOD Is Near â€*
Questions Don't PM for Questions . Thanks
An eye for an eye, make the whole world blind
_____________________________________________GHANDI
farafiro m8,
I understand that in flash the getURL method will open an url in the same page if it is set to _SELF.
What I do not get is if I browse to my site by for example typing in ie the url: www.mysite.com how to get that first page it will load (index.htm) full screen, as if I would have pressed either F11 or View-Fullscreen in ie.
I know it must be either plane HTML in the <body> tag of the HTML page or Javascript....
well, if u r looking for the code searh here, in this forums for JS or fullscreen.
But if u wanna know the way
ActionScript Code:
// in the very first framegetURL("javascript: openWindow('http://www.actionscript.org')",_self);
__________________
â€* GOD Is Near â€*
Questions Don't PM for Questions . Thanks
An eye for an eye, make the whole world blind
_____________________________________________GHANDI