Full Screen

On this site (http://www.teamone-usa.com), the ‘ENTER’ button makes the next page view FULLSCREEN.

The HTML coding they used for this was:

function OpenT1Experience() {
if (FlashEnabled) {
if (aol) {
window.open('http://t1.2advanced.com/t1_fullscreen_intro.htm', 't1site', 'scrollbars=yes,top=0,left=0,width=800,height=580');
} else {
window.open('http://t1.2advanced.com/t1_fullscreen_intro.htm', 't1site', 'type=fullWindow,fullscreen=yes,channelmode=yes,scrollbars=no,top=0,left=0,width=' + screen.availWidth + ',height=' + screen.availHeight);
}
} else {
document.location.href = "flash_is_required.html";
}
}
//-->
</SCRIPT>

Is there anyway to do this by way of actionscripting a frame in a movieclip button.

Don’t know if this is what you want but this is for a flash movie, not html (I don’t think):

fscommand(“fullscreen”, “true”)

http://www.kirupa.com/developer/flash5/fullscreen.htm

But I recommend against it. Most people (myself included) do NOT like fullscreen and promptly close the site, never to reopen. :td: