getURL() 를 써서 swf에서 새창 띄우는 방법
html 에 자바스크립트를 써주고.. 플래시에서는 자바스크립트만 호출하는 방법이 더 좋기는 하다. 하지만.. 가끔 이런 소스가 필요할 때가 있을 것 같다. getURL() 를 써서 새창 띄우는 방법이다. 새창띄우기 on (press) { getURL("javascript-x:window.open('http://www.naver.com','nwindow','width=510,height=500,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');void(0);"); } 또는 전체화면으로 띄우기 on (press) { getURL("javascript..
2008. 10. 27.