묻고답하기

안녕하세요...자바를 공부하다가 우연히 이자료를 보게 되었네요..
그런데,,아무리 소스를 고치고 해바도 도저히 나오질 않네요..
아직 워낙 초보라,,,어디를 수정을 해야하는지 모르겟네요...
고수님들 어떻게 고쳐야 하는지 소스 수정 부탁드립니다..
관련수소는 이곳입니다...
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 남기남
잇힝~887 코어 최신버전에서 blogapi가 안되네요... [1] 2014.01.08 by KrteamENT
이민주986 글쓸때 이미지 문자가 나와서 입력한 후 글쓰게할 수 없나요? [3] 2014.01.08 by KrteamENT
Jin 저장 누르면 메인으로 튕기는 문제 [1] 2014.01.08 by KrteamENT
잇힝~887 blogapi 접속했을때...고수분들 부탁드려요 ㅠㅠ  
agoe45 사이트 전체 폰트 패밀리 설정 어떻게 하나요? [5] 2014.01.08 by Kimㅇ.ㅅ
유영고아 이런것도 위젯인가요? [2] file 2014.01.08 by ToFinder
더코믹 추천글 복사!! [5] 2014.01.08 by 용초딩
아름다운지은 회원목록에 대하여 [5] 2014.01.08 by 비니비니13
구름나무바위 $document->getCommentCount(), $document->get('commnet_count') 차이점을 알고 싶습니다. [3] 2014.01.08 by 애니즌
오는구름 애플 사파리로 로그인하면... 기본 URL 설정이 안 되어 있습니다. 라고 나와요. ㅜㅠ [5] 2014.01.08 by 오는구름
퐐크 안녕하세요 관리자 편집화면에서 나타나는 현상. [2] file 2014.01.08 by 퐐크
오는구름 로그인했으나 로그아웃된 것처럼 글자가 나오는 경우가 ^^;; [1] file 2014.01.08 by 오는구름
새롬아빠 Admin ID Password 가 안먹히는데요 [3] 2014.01.08 by KrteamENT
Mo니터링 XE 게시판 덧글오류 ㅠㅠ 도와주세요 사례하겠습니다 [1] 2014.01.08 by KrteamENT
마래바 지식인 게시글을 일반 게시판으로 옮기는 방법 문의 드립니다. [2] 2014.01.08 by 마래바
잇힝~887 모바일 xe 연동버전게시판 사용하고있습니다..  
오는구름 메뉴 위 그림을 클릭하면 홈페이지 첫화면이 나와야 하는데요. ㅠ [3] file 2014.01.08 by 오는구름
오는구름 메뉴 위 그림을 클릭하면 홈페이지 첫화면이 안 나옴... 댓글이 이해가 안돼요. 조금더 자세한 설명 좀 ㅠ [1] 2014.01.08 by 오는구름
sulin819 댓글란에 미리 글 써놓는거 어디서 하는거죠?? [2] 2014.01.08 by 비니비니13
sulin819 홈페이지 인덱스 복구못하나요ㅠㅠㅠ? [2] 2014.01.08 by 야옹이님
sulin819 으어떻해요급한데ㅠㅠㅠ잘못해서 주소바꿔버려서 안들어가져요ㅠㅠㅠ [16] file 2014.01.08 by 야옹이님
지구인500 사용자 정의 질문  
agoe45 스케치북에서 전체폰트를 굴림으로 설정하고 싶은데 어디를 손봐야할지..  
너마늘위해 게시판에 들어가면 화면 정상출력이 안됩니다. [10] file 2014.01.07 by 너마늘위해
socialskyo xe 에디터 버튼 색상 변경 문의 [8] 2014.01.07 by socialskyo
agoe45 폰트 패밀리 굴림은 어떻게 해야하나요..?? [2] 2014.01.07 by 이즈야
오는구름 휴대폰번호 인증화면 좁아진 것... 답변이 이해되질ㅠ 무슨파일에서 작업하죠? [2] 2014.01.07 by 오는구름
pilasry 관리자페이지가 사라졌어요 [4] 2014.01.07 by KrteamENT
오는구름 회원가입 시 폰인증하는데, 화면이 좁게 보여요. ㅠ [2] file 2014.01.07 by 오는구름
오는구름 홈피 위 [인증메일 재발송]을 클릭하니 이상한 영문이ㅠ [3] 2014.01.07 by 도라미