BlackFire
September 7th, 2004, 05:26 PM
On this site (http://www.teamone-usa.com (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,sc rollbars=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.
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,sc rollbars=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.