<풀스크린 제어>
* html 코드 삽입합니다
<script language="JavaScript" type="text/JavaScript">
<!--
function fullscreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=0');
}
//-->
</script>
* 플래시에서 함수를 호출합니다
enter_btn.onRelease = function() {
getURL("javascript:fullscreen('main.html')");
};


참고: 풀스크린 스크롤 없애기<BODY scroll="no">