묻고답하기

안녕하세요...자바를 공부하다가 우연히 이자료를 보게 되었네요..
그런데,,아무리 소스를 고치고 해바도 도저히 나오질 않네요..
아직 워낙 초보라,,,어디를 수정을 해야하는지 모르겟네요...
고수님들 어떻게 고쳐야 하는지 소스 수정 부탁드립니다..
관련수소는 이곳입니다...
http://www.nzeo.com/bbs/zboard.php?id=p_javascript&page=2&sn1=&divpage=1&sn=off&ss=on&sc=off&select_arrange=headnum&desc=asc&no=649
아래는 소스입니다..

<HTML>
<HEAD>
<script src="http://app.ipop.co.kr/ipop/ipopxinstall.js"></script>

<script language=javascript>
function RunGom(){
        ipopxInstall();

        if(ipopx.IsInstall){
                // 기본 정보 세팅
                ipopx.SetVersionURL("http://app.ipop.co.kr/gom/GrVersion.ini");
                ipopx.SetClassName("GomPlayer1.x");
                ipopx.SetProgramID("GOMPLAYER");

                // 스킨 설정
                ipopx.GOM_SetOemSkin("http://app.ipop.co.kr/gom/skins/default.gps", 0);
                // 곰 실행
                ipopx.Run("/nosetup", "", "");
                // 곰의 목록 삭제
                ipopx.SendCommand("/clearlist");
                // 재생할 파일 목록에 추가
                var param = "/add "http://동영상이 있는 주소1부"/add "http://동영상이 있는주소2부.avi"";
                //alert(param);

                ipopx.SendCommand(param);
                // 재생 시작
                ipopx.SendCommand("/playfirst");
                
                self.close();
        }
        else
        {
                var param = "RunGom()";
                setTimeout(param, 100);                                        // 설치할때까지 재시도.
        }
}

function new_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable){
        toolbar_str = toolbar ? 'yes' : 'no';
        menubar_str = menubar ? 'yes' : 'no';
        statusbar_str = statusbar ? 'yes' : 'no';
        scrollbar_str = scrollbar ? 'yes' : 'no';
        resizable_str = resizable ? 'yes' : 'no';
        window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
</script>
</HEAD>

<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad=".javascriptRunGom();" bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<script language="javascript">
var myVer = navigator.appVersion;

if(myVer.indexOf("Windows NT 5.1; SV1") == -1){
        document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='400' height='300'>");
        document.write("<param name=movie value='flash/load.swf'>");
        document.write("<param name=quality value=high>");
        document.write("<embed src='http://cinezine.maxmp3.co.kr/action/loading.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='400' height='300'></embed>");
} else {
        self.resizeTo(580,500);
        document.write("<table border='0' width='540' align='center' cellpadding='0' cellspacing='0'>");
        document.write("<tr>");
        document.write("<td style='font-size:9pt'>");
        document.write("<font color='red'><b>고객님은 WindowsXP SP2 로 인하여 ActiveX 컨트롤의 설치가 차단되었습니다.<br>");
        document.write("영화를 감상하시려면 아래 그림처럼 위의 설명을 클릭해서 [ActiveX 컨트롤 설치]를 꼭 눌러주세요.</b></font>");
        document.write("<p align='center'><img src='images/manual01.gif' width='423' height='81' border='0'></p>");
        document.write("그러면 아래 그림처럼 보안경고 창이 나타납니다. 여기서 [설치] 버튼을 클릭하여 곰플레이어를 설치하도록 합니다.");
        document.write("이렇게 하셔야만 상영관에서 영화관람이 정상적으로 이루어집니다.");
        document.write("<p align='center'><img src='images/manual02.gif' width='540' height='200' border='0'></p>");
        document.write("</td></tr></table>");
}
</script>
</BODY>
</HTML>
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
착한부산남자 포인트아이콘 대신에 게시판 닉네임앞에 남자, 여자라는 아이콘을 [3] 2014.01.07 by 야옹이님
오락실주인 contact us 네이버 메일 안되요 ㅠ,ㅠ [9] 2014.01.07 by Luatic™
밒히 boardController.php 원본 파일 어디서 구하죠? [2] 2014.01.07 by 밒히
너마늘위해 질문드립니다. [2] 2014.01.07 by 때린데 또때려
가장즐거운날은오늘 로그인 폼 생성?? 관련 도와주세요 ㅜㅜ 꼭..플리즈 [4] file 2014.01.07 by 가장즐거운날은오늘
이름있음 이즈야님이 만드신 ajax board dx 게시판에서 지원되나요? [1] 2014.01.07 by KrteamENT
PRESS-NAM 이미지 앞에 주소 넣는 방법 [1] 2014.01.07 by KrteamENT
㉿반딧불 에디터 버튼 수정은 어디서 하는지요? file  
마르티스 기본 레이아웃 layouts/default 배경화면 설정문의 [2] 2014.01.07 by 착한악마
삼관왕 언어셋 외국어 변경시 메뉴나 레이아웃 인쿠르드 방법 [3] 2014.01.07 by 삼관왕
모앱 레벨아이콘과 그룹아이콘 아이콘샵아이콘 동시출력하는법 [1] 2014.01.07 by 쭈니위니
밒히 스케치북 5 쓰는중인데 익명 게시판 만드는법이요 [2] 2014.01.07 by 착한부산남자
designare0 제이쿼리 어떻게 넣어야하나요 ㅠ [4] 2014.01.07 by CTN
유유히 회원 레벌 테이블은 어느 테이블 인가요? [1] 2014.01.07 by 銀童
agoe45 스케치북5에서 _read.html 파일이 어디에 있는건가요?? [3] 2014.01.07 by 비니비니13
에리나 확장변수에 위지웍 에디터를 추가하려고 하는데요. 도와주세요 ㅠㅠ file  
KANTSOFT httpd cpu점유율 불안정하네요. file  
사이트지원 포트입력안하고 사이트 들어오기 [5] 2014.01.07 by KrteamENT
상해파 xe 다큐먼트(document) 문서의 최개 갯수(한계)는 얼마인가요 [4] 2014.01.07 by 상해파
Fidelity 메인 메뉴 배경이 게시글을 읽을 때 사라집니다. [2] 2014.01.07 by Arp.
잇힝~887 rss게시판 업데이터 정말 미쳐버리겠습니다 ㅠ_ㅠ  
잇힝~887 다른사이트 게시글 긁어오기...  
가장즐거운날은오늘 게시판 이동 애드온 문제 "이 애드온은 설정이 존재하지 않습니다." [2] file 2014.01.07 by 가장즐거운날은오늘
goodwin xe 게시판을 홈페이지 문서에 끼워넣을때 문제입니다. [4] file 2014.01.07 by goodwin
dhchoi 데비안에 xe 설치하려는데 백지 화면이....  
가장즐거운날은오늘 로그인 스킨 설치 어디에다가 ㅜㅜ [3] 2014.01.07 by 가장즐거운날은오늘
pheno '권한이 없습니다'란 문구.. 도무지 수정이 안되네요.. [2] 2014.01.07 by pheno
agoe45 222.231.3.159 트래픽 무지 잡아먹는 이곳 어딘가요??? [3] 2014.01.07 by 야옹이님
아기나옹이 위젯 페이지 프레임 나눌 수 있는 방법 알려 주세요~ [8] file 2014.01.07 by 아기나옹이
아름다운지은 게시판에 텍스트 게시물은 추출했구요. [1] 2014.01.07 by KrteamENT