공부해보시고 응용해서 쓰세요..
발췌 : 다모임
발췌 : 다모임
<html>
<head>
<title>http://www.blueb.co.kr</title>
<script language="javascript">
<!--
function runObj(string)
{
if(string != undefined) {
document.write(string);
}
}
function onMoviePlay()
{
var Player = document.all["moviePlayer"];
if (Player.controls.isAvailable('Play')) {
Player.controls.play();
document.all.paly_img.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_17.gif";
document.all.paly_img.alt = "일시정지";
} else {
Player.controls.Pause();
document.all.paly_img.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_17.gif";
document.all.paly_img.alt = "재생";
}
}
function onMovieStop() {
var Player = document.all["moviePlayer"];
if (Player.controls.isAvailable('Stop')) {
Player.controls.stop();
document.all.paly_img.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_17.gif";
}
}
function onMovieSoundoff() {
var Player = document.all["moviePlayer"];
if (Player.settings.volume == 0 ) {
Player.settings.volume = document.soundForm.volumnum.value ;
document.all.soryButton.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_10.gif";
} else {
document.soundForm.volumnum.value = Player.settings.volume;
Player.settings.volume = 0 ;
document.all.soryButton.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_10.gif";
}
}
function onMovieExpand() {
FullSize();
}
var processTime;
function onMovieProcess() {
try {
var Player = document.all["moviePlayer"];
var p;
if( "object" != typeof(Player))
return;
if(0 > Player.controls.currentPosition) {
p = 0;
}
else {
p = parseFloat(parseInt(Player.controls.currentPosition) * 370 / parseInt(Player.currentMedia.duration));
}
if (0 < p && "undefined" != typeof(document.all.musicprocess))
{
document.all.musicprocess.style.display = '';
document.all.musicprocess.style.width = p * ((100-19)/100) ;
}
processTime = setTimeout('onMovieProcess()', 2000);
}
catch(e) {
if(processTime > 0) clearTimeout(processTime);
return;
}
}
function onInitVol() {
ex = event.clientX;
ey = event.clientY;
volpx = vol.style.pixelLeft;
volpy = vol.style.pixelTop;
bDragCheck = true;
document.onmousemove = onVolumnControl;
document.all.soryButton.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_10.gif";
if (document.all) {
document.onmouseup = new Function('bDragCheck=false');
}
}
function onVolumnControl() {
if(bDragCheck) {
var mPos = volpx + event.clientX - ex;
if (mPos > -1 && mPos < 100) {
document.all.vol.style.pixelLeft = mPos;
var soundness = mPos - 14;
if (-14 < soundness) {
var Player = document.all["moviePlayer"];
Player.settings.volume = 10 + (soundness);
}
else if (-14 > soundness ) {
var Player = document.all["moviePlayer"];
Player.settings.volume = 0 ;
}
}
return false;
}
}
var idI;
function onMovieProgress() {
var Player = document.all["moviePlayer"];
var cnt = Player.network.bufferingProgress;
if(cnt >= 100) {
window.clearInterval(idI);
}
}
//-->
</script>
<SCRIPT FOR=moviePlayer EVENT=buffering(Start)>
if (true == Start){
idI = window.setInterval("onMovieProgress()", 1000);
}
else{
window.clearInterval(idI);
}
</SCRIPT>
<Script Language="vbscript">
Sub ExpandSize()
moviePlayer.width = moviePlayer.width + 100
moviePlayer.height = moviePlayer.height + 75
End Sub
Sub FullSize()
if moviePlayer.playState = 3 then
moviePlayer.fullScreen = "true"
end if
End Sub
</script>
</head>
<body onload="onMovieProcess();">
<table width="330" height="299" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="255" bgcolor="#000000">
<div id='movie' name='movie' STYLE='Position:relative;Left:0px;Top:0px;'>
<SCRIPT LANGUAGE="JavaScript">
<!--
var strObj = "";
strObj += "<object ID=\"moviePlayer\" classid=\"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\" standby=\"Loading Microsoft Windows Media Player components...\" TYPE=\"application/x-oleobject\" VIEWASTEXT width=\"330\" height=\"255\">\n";
strObj += "<param name=\"URL\" value=\"http://www.blueb.co.kr/SRC/javascript/image5/movie/MVI_9071.wmv\">\n"; //동영상주소
strObj += "<param name=\"InvokeURLs\" value=\"false\">\n";
strObj += "<param name=\"AllowChangeDisplaySize\" value=\"true\">\n";
strObj += "<param name=\"AnimationAtStart\" value=\"1\">\n";
strObj += "<param name=\"AutoRewind\" value=\"false\">\n";
strObj += "<param name=\"CurrentPosition\" value=\"0\">\n";
strObj += "<param name=\"SetCurrentEntry\" value=\"1\">\n";
strObj += "<param name=\"ClickToPlay\" value=\"false\">\n";
strObj += "<param name=\"AllowScan\" value=\"true\">\n";
strObj += "<param name=\"AutoSize\" value=\"true\">\n";
strObj += "<param name=\"AutoResize\" value=\"1\">\n";
strObj += "<param name=\"AutoStart\" value=\"false\">\n";
strObj += "<param name=\"Balance\" value=\"0\">\n";
strObj += "<param name=\"BufferingTime\" value=\"-1\">\n";
strObj += "<param name=\"CursorType\" value=\"0\">\n";
strObj += "<param name=\"CurrentMarker\" value=\"0\">\n";
strObj += "<param name=\"DisplayBackColor\" value=\"0\">\n";
strObj += "<param name=\"DisplayForeColor\" value=\"16777215\">\n";
strObj += "<param name=\"DisplayMode\" value=\"2\">\n";
strObj += "<param name=\"DisplaySize\" value=\"4\">\n";
strObj += "<param name=\"uiMode\" value=\"none\">\n";
strObj += "<param name=\"EnableContextMenu\" value=\"0\">\n";
strObj += "<param name=\"EnableFullScreenControls\" value=\"true\">\n";
strObj += "<param name=\"fullScreen\" value=\"false\">\n";
strObj += "<param name=\"PreviewMode\" value=\"0\">\n";
strObj += "<param name=\"Rate\" value=\"1\">\n";
strObj += "<param name=\"SelectionStart\" value=\"-1\">\n";
strObj += "<param name=\"SelectionEnd\" value=\"-1\">\n";
strObj += "<param name=\"SendOpenStateChangeEvents\" value=\"true\">\n";
strObj += "<param name=\"SendWarningEvents\" value=\"true\">\n";
strObj += "<param name=\"SendErrorEvents\" value=\"true\">\n";
strObj += "<param name=\"SendKeyboardEvents\" value=\"0\">\n";
strObj += "<param name=\"SendPlayStateChangeEvents\" value=\"true\">\n";
strObj += "<param name=\"ShowAudioControls\" value=\"false\">\n";
strObj += "<param name=\"ShowCaptioning\" value=\"false\">\n";
strObj += "<param name=\"ShowControls\" value=\"false\">\n";
strObj += "<param name=\"ShowDisplay\" value=\"false\">\n";
strObj += "<param name=\"ShowGotoBar\" value=\"false\">\n";
strObj += "<param name=\"ShowPositionControls\" value=\"false\">\n";
strObj += "<param name=\"ShowStatusBar\" value=\"false\">\n";
strObj += "<param name=\"ShowTracker\" value=\"false\">\n";
strObj += "<param name=\"TransparentAtStart\" value=\"false\">\n";
strObj += "<param name=\"VideoBorderWidth\" value=\"0\">\n";
strObj += "<param name=\"VideoBorderColor\" value=\"0\">\n";
strObj += "<param name=\"VideoBorder3D\" value=\"0\">\n";
strObj += "<param name=\"Volume\" value=\"60\">\n";
strObj += "<param name=\"WindowlessVideo\" value=\"false\">\n";
strObj += "<param name=\"EnablePositionControls\" value=\"true\">\n";
strObj += "<param name=\"EnableTracker\" value=\"true\">\n";
strObj += "<param name=\"Language\" value=\"-1\">\n";
strObj += "<param name=\"Mute\" value=\"false\">\n";
strObj += "<param name=\"PlayCount\" value=\"0\">\n";
strObj += "<param name=\"SendWarningEvents\" value=\"true\">\n";
strObj += "<param name=\"SendErrorEvents\" value=\"true\">\n";
strObj += "<param name=\"SendMouseClickEvents\" value=\"true\">\n";
strObj += "<param name=\"EnableContextMenu\" value=\"true\">\n";
strObj += "</object>\n";
runObj(strObj);
//-->
</SCRIPT>
<script language="javascript">
function check_media_player_version() {
var version = "6.4";
if (typeof(moviePlayer) == "object" &&
typeof(moviePlayer.versionInfo) != "undefined")
{
var version = "" + moviePlayer.versionInfo;
var version_array = version.split(".");
if (version_array.length >= 1 && +version_array[0] >= 8)
{
moviePlayer.controls.play();
return;
}
}
if (true == confirm2(
"</b>미디어 플레이어 버전이 낮아<br>"+
"동영상재생시 문제가 발생할 수 있습니다.<br>"+
"Windows Media Player를<br>"+
"<b>9.0 이상</b>으로 업데이트 해주세요.<br>"+
"현재 버전은 <b>"+version+"</b>입니다.<br>"+
"예를 누르시면 다운로드 페이지로 이동합니다.<br><br>"+
"미디어 플레이어 실행후<br>"+
"<b>도움말 > 플레이어 업그레이드 확인</b> 메뉴로<br>"+
"최신버전으로 업그레이드가 가능합니다."))
{
window.open("http://www.microsoft.com/windows/windowsmedia/download/default.asp?displang=ko", "_blank");
}
//moviePlayer.controls.play();
}
check_media_player_version();
</script>
</div>
</td>
</tr>
<tr>
<td height="45" valign="bottom" bgcolor="#f6f6f6">
<table width="330" height="44" border="0" cellpadding="0" cellspacing="0" background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_back.gif">
<tr>
<td valign="top" style="padding-top:2px; padding-left:5px; padding-right:5px; ">
<table width="100%" height="42" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="10" background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_03.gif">
<!--로딩 /배경/ 테이블 시작 -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4"></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_04.gif" height="10" id='musicprocess' style='display:none'><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_05.gif" width="15" height="10" border="0"></td>
</tr>
</table>
</td>
<td width="4"></td>
</tr>
</table>
<!--로딩 /배경/ 테이블 끝-->
</td>
</tr>
<tr>
<td height="32" valign="bottom"><!-- 플레이 바 하단 테이블 시작 -->
<table width="100%" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/blank.gif" width="65" height="11" hspace="6" vspace="6" border="0"></td>
<td width="126" valign="top" style="padding-top:2px; "><!--사운드 조정 전체 테이블 시작 -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="soundForm">
<input type="hidden" name="volumnum" size="10">
<tr>
<td width="21">
<!--사운드 버튼 / 음소거 버튼 movie_player_bt_10.gif -->
<img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_10.gif" width="21" height="21" border="0" style="cursor:hand;" onclick="onMovieSoundoff();" name="soryButton"></td>
<td background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_16.gif"><!--음향 크기 /배경/ 테이블 시작-->
<table width="100%" height="12" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="2"></td>
<td><!--음향 크기 /활성화/ 테이블 시작-->
<div ID='vol' NAME='vol' STYLE='Position: relative; Left:60px; Top:0px;'>
<table width="9" border="0" cellspacing="0" cellpadding="0">
<tr onMousedown='javascript:onInitVol();' style='cursor:hand'>
<td background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_25.gif"><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/blank.gif" width="1" height="1"></td>
<td><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_26.gif" name="bu08" width="9" height="13" border="0" style="cursor:hand;"></td>
</tr>
</table>
</div>
<!--음향 크기 /활성화/ 테이블 끝-->
</td>
<td width="2"></td>
</tr>
</table>
<!--음향 크기 /배경/ 테이블 끝-->
</td>
</tr>
</form>
</table>
<!-- 사운드 조정 전체 테이블 끝-->
</td>
<td width="13"></td>
<td width="72" align="center" valign="bottom" background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_07.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td width="50%">
<img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_17.gif" width="26" height="24" vspace="2" border="0" align="absbottom" style="cursor:hand;" onclick="onMoviePlay()" name="paly_img"></td>
<td width="50%">
<!-- 정지버튼 -->
<img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_19.gif" width="26" height="24" vspace="2" border="0" style="cursor:hand;" onclick="onMovieStop();"></td>
</tr>
</table></td>
<td width="4"></td>
</tr>
</table>
<!--플레이 바 하단 테이블 끝 --></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<head>
<title>http://www.blueb.co.kr</title>
<script language="javascript">
<!--
function runObj(string)
{
if(string != undefined) {
document.write(string);
}
}
function onMoviePlay()
{
var Player = document.all["moviePlayer"];
if (Player.controls.isAvailable('Play')) {
Player.controls.play();
document.all.paly_img.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_17.gif";
document.all.paly_img.alt = "일시정지";
} else {
Player.controls.Pause();
document.all.paly_img.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_17.gif";
document.all.paly_img.alt = "재생";
}
}
function onMovieStop() {
var Player = document.all["moviePlayer"];
if (Player.controls.isAvailable('Stop')) {
Player.controls.stop();
document.all.paly_img.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_17.gif";
}
}
function onMovieSoundoff() {
var Player = document.all["moviePlayer"];
if (Player.settings.volume == 0 ) {
Player.settings.volume = document.soundForm.volumnum.value ;
document.all.soryButton.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_10.gif";
} else {
document.soundForm.volumnum.value = Player.settings.volume;
Player.settings.volume = 0 ;
document.all.soryButton.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_10.gif";
}
}
function onMovieExpand() {
FullSize();
}
var processTime;
function onMovieProcess() {
try {
var Player = document.all["moviePlayer"];
var p;
if( "object" != typeof(Player))
return;
if(0 > Player.controls.currentPosition) {
p = 0;
}
else {
p = parseFloat(parseInt(Player.controls.currentPosition) * 370 / parseInt(Player.currentMedia.duration));
}
if (0 < p && "undefined" != typeof(document.all.musicprocess))
{
document.all.musicprocess.style.display = '';
document.all.musicprocess.style.width = p * ((100-19)/100) ;
}
processTime = setTimeout('onMovieProcess()', 2000);
}
catch(e) {
if(processTime > 0) clearTimeout(processTime);
return;
}
}
function onInitVol() {
ex = event.clientX;
ey = event.clientY;
volpx = vol.style.pixelLeft;
volpy = vol.style.pixelTop;
bDragCheck = true;
document.onmousemove = onVolumnControl;
document.all.soryButton.src = "http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_10.gif";
if (document.all) {
document.onmouseup = new Function('bDragCheck=false');
}
}
function onVolumnControl() {
if(bDragCheck) {
var mPos = volpx + event.clientX - ex;
if (mPos > -1 && mPos < 100) {
document.all.vol.style.pixelLeft = mPos;
var soundness = mPos - 14;
if (-14 < soundness) {
var Player = document.all["moviePlayer"];
Player.settings.volume = 10 + (soundness);
}
else if (-14 > soundness ) {
var Player = document.all["moviePlayer"];
Player.settings.volume = 0 ;
}
}
return false;
}
}
var idI;
function onMovieProgress() {
var Player = document.all["moviePlayer"];
var cnt = Player.network.bufferingProgress;
if(cnt >= 100) {
window.clearInterval(idI);
}
}
//-->
</script>
<SCRIPT FOR=moviePlayer EVENT=buffering(Start)>
if (true == Start){
idI = window.setInterval("onMovieProgress()", 1000);
}
else{
window.clearInterval(idI);
}
</SCRIPT>
<Script Language="vbscript">
Sub ExpandSize()
moviePlayer.width = moviePlayer.width + 100
moviePlayer.height = moviePlayer.height + 75
End Sub
Sub FullSize()
if moviePlayer.playState = 3 then
moviePlayer.fullScreen = "true"
end if
End Sub
</script>
</head>
<body onload="onMovieProcess();">
<table width="330" height="299" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="255" bgcolor="#000000">
<div id='movie' name='movie' STYLE='Position:relative;Left:0px;Top:0px;'>
<SCRIPT LANGUAGE="JavaScript">
<!--
var strObj = "";
strObj += "<object ID=\"moviePlayer\" classid=\"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\" standby=\"Loading Microsoft Windows Media Player components...\" TYPE=\"application/x-oleobject\" VIEWASTEXT width=\"330\" height=\"255\">\n";
strObj += "<param name=\"URL\" value=\"http://www.blueb.co.kr/SRC/javascript/image5/movie/MVI_9071.wmv\">\n"; //동영상주소
strObj += "<param name=\"InvokeURLs\" value=\"false\">\n";
strObj += "<param name=\"AllowChangeDisplaySize\" value=\"true\">\n";
strObj += "<param name=\"AnimationAtStart\" value=\"1\">\n";
strObj += "<param name=\"AutoRewind\" value=\"false\">\n";
strObj += "<param name=\"CurrentPosition\" value=\"0\">\n";
strObj += "<param name=\"SetCurrentEntry\" value=\"1\">\n";
strObj += "<param name=\"ClickToPlay\" value=\"false\">\n";
strObj += "<param name=\"AllowScan\" value=\"true\">\n";
strObj += "<param name=\"AutoSize\" value=\"true\">\n";
strObj += "<param name=\"AutoResize\" value=\"1\">\n";
strObj += "<param name=\"AutoStart\" value=\"false\">\n";
strObj += "<param name=\"Balance\" value=\"0\">\n";
strObj += "<param name=\"BufferingTime\" value=\"-1\">\n";
strObj += "<param name=\"CursorType\" value=\"0\">\n";
strObj += "<param name=\"CurrentMarker\" value=\"0\">\n";
strObj += "<param name=\"DisplayBackColor\" value=\"0\">\n";
strObj += "<param name=\"DisplayForeColor\" value=\"16777215\">\n";
strObj += "<param name=\"DisplayMode\" value=\"2\">\n";
strObj += "<param name=\"DisplaySize\" value=\"4\">\n";
strObj += "<param name=\"uiMode\" value=\"none\">\n";
strObj += "<param name=\"EnableContextMenu\" value=\"0\">\n";
strObj += "<param name=\"EnableFullScreenControls\" value=\"true\">\n";
strObj += "<param name=\"fullScreen\" value=\"false\">\n";
strObj += "<param name=\"PreviewMode\" value=\"0\">\n";
strObj += "<param name=\"Rate\" value=\"1\">\n";
strObj += "<param name=\"SelectionStart\" value=\"-1\">\n";
strObj += "<param name=\"SelectionEnd\" value=\"-1\">\n";
strObj += "<param name=\"SendOpenStateChangeEvents\" value=\"true\">\n";
strObj += "<param name=\"SendWarningEvents\" value=\"true\">\n";
strObj += "<param name=\"SendErrorEvents\" value=\"true\">\n";
strObj += "<param name=\"SendKeyboardEvents\" value=\"0\">\n";
strObj += "<param name=\"SendPlayStateChangeEvents\" value=\"true\">\n";
strObj += "<param name=\"ShowAudioControls\" value=\"false\">\n";
strObj += "<param name=\"ShowCaptioning\" value=\"false\">\n";
strObj += "<param name=\"ShowControls\" value=\"false\">\n";
strObj += "<param name=\"ShowDisplay\" value=\"false\">\n";
strObj += "<param name=\"ShowGotoBar\" value=\"false\">\n";
strObj += "<param name=\"ShowPositionControls\" value=\"false\">\n";
strObj += "<param name=\"ShowStatusBar\" value=\"false\">\n";
strObj += "<param name=\"ShowTracker\" value=\"false\">\n";
strObj += "<param name=\"TransparentAtStart\" value=\"false\">\n";
strObj += "<param name=\"VideoBorderWidth\" value=\"0\">\n";
strObj += "<param name=\"VideoBorderColor\" value=\"0\">\n";
strObj += "<param name=\"VideoBorder3D\" value=\"0\">\n";
strObj += "<param name=\"Volume\" value=\"60\">\n";
strObj += "<param name=\"WindowlessVideo\" value=\"false\">\n";
strObj += "<param name=\"EnablePositionControls\" value=\"true\">\n";
strObj += "<param name=\"EnableTracker\" value=\"true\">\n";
strObj += "<param name=\"Language\" value=\"-1\">\n";
strObj += "<param name=\"Mute\" value=\"false\">\n";
strObj += "<param name=\"PlayCount\" value=\"0\">\n";
strObj += "<param name=\"SendWarningEvents\" value=\"true\">\n";
strObj += "<param name=\"SendErrorEvents\" value=\"true\">\n";
strObj += "<param name=\"SendMouseClickEvents\" value=\"true\">\n";
strObj += "<param name=\"EnableContextMenu\" value=\"true\">\n";
strObj += "</object>\n";
runObj(strObj);
//-->
</SCRIPT>
<script language="javascript">
function check_media_player_version() {
var version = "6.4";
if (typeof(moviePlayer) == "object" &&
typeof(moviePlayer.versionInfo) != "undefined")
{
var version = "" + moviePlayer.versionInfo;
var version_array = version.split(".");
if (version_array.length >= 1 && +version_array[0] >= 8)
{
moviePlayer.controls.play();
return;
}
}
if (true == confirm2(
"</b>미디어 플레이어 버전이 낮아<br>"+
"동영상재생시 문제가 발생할 수 있습니다.<br>"+
"Windows Media Player를<br>"+
"<b>9.0 이상</b>으로 업데이트 해주세요.<br>"+
"현재 버전은 <b>"+version+"</b>입니다.<br>"+
"예를 누르시면 다운로드 페이지로 이동합니다.<br><br>"+
"미디어 플레이어 실행후<br>"+
"<b>도움말 > 플레이어 업그레이드 확인</b> 메뉴로<br>"+
"최신버전으로 업그레이드가 가능합니다."))
{
window.open("http://www.microsoft.com/windows/windowsmedia/download/default.asp?displang=ko", "_blank");
}
//moviePlayer.controls.play();
}
check_media_player_version();
</script>
</div>
</td>
</tr>
<tr>
<td height="45" valign="bottom" bgcolor="#f6f6f6">
<table width="330" height="44" border="0" cellpadding="0" cellspacing="0" background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_back.gif">
<tr>
<td valign="top" style="padding-top:2px; padding-left:5px; padding-right:5px; ">
<table width="100%" height="42" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="10" background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_03.gif">
<!--로딩 /배경/ 테이블 시작 -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4"></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_04.gif" height="10" id='musicprocess' style='display:none'><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_05.gif" width="15" height="10" border="0"></td>
</tr>
</table>
</td>
<td width="4"></td>
</tr>
</table>
<!--로딩 /배경/ 테이블 끝-->
</td>
</tr>
<tr>
<td height="32" valign="bottom"><!-- 플레이 바 하단 테이블 시작 -->
<table width="100%" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/blank.gif" width="65" height="11" hspace="6" vspace="6" border="0"></td>
<td width="126" valign="top" style="padding-top:2px; "><!--사운드 조정 전체 테이블 시작 -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="soundForm">
<input type="hidden" name="volumnum" size="10">
<tr>
<td width="21">
<!--사운드 버튼 / 음소거 버튼 movie_player_bt_10.gif -->
<img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt2_10.gif" width="21" height="21" border="0" style="cursor:hand;" onclick="onMovieSoundoff();" name="soryButton"></td>
<td background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_16.gif"><!--음향 크기 /배경/ 테이블 시작-->
<table width="100%" height="12" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="2"></td>
<td><!--음향 크기 /활성화/ 테이블 시작-->
<div ID='vol' NAME='vol' STYLE='Position: relative; Left:60px; Top:0px;'>
<table width="9" border="0" cellspacing="0" cellpadding="0">
<tr onMousedown='javascript:onInitVol();' style='cursor:hand'>
<td background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_25.gif"><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/blank.gif" width="1" height="1"></td>
<td><img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_26.gif" name="bu08" width="9" height="13" border="0" style="cursor:hand;"></td>
</tr>
</table>
</div>
<!--음향 크기 /활성화/ 테이블 끝-->
</td>
<td width="2"></td>
</tr>
</table>
<!--음향 크기 /배경/ 테이블 끝-->
</td>
</tr>
</form>
</table>
<!-- 사운드 조정 전체 테이블 끝-->
</td>
<td width="13"></td>
<td width="72" align="center" valign="bottom" background="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_07.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td width="50%">
<img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_17.gif" width="26" height="24" vspace="2" border="0" align="absbottom" style="cursor:hand;" onclick="onMoviePlay()" name="paly_img"></td>
<td width="50%">
<!-- 정지버튼 -->
<img src="http://www.blueb.co.kr/SRC/javascript/image5/movie/movie_player_bt_19.gif" width="26" height="24" vspace="2" border="0" style="cursor:hand;" onclick="onMovieStop();"></td>
</tr>
</table></td>
<td width="4"></td>
</tr>
</table>
<!--플레이 바 하단 테이블 끝 --></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1930 | 17년 전 | 3004 | ||
| 1929 | 17년 전 | 1879 | ||
| 1928 | 17년 전 | 3992 | ||
| 1927 | 17년 전 | 1410 | ||
| 1926 |
지엔소프트
|
17년 전 | 1127 | |
| 1925 |
보드타는찌니
|
17년 전 | 1243 | |
| 1924 |
choijinhee
|
17년 전 | 1126 | |
| 1923 | 17년 전 | 1388 | ||
| 1922 | 17년 전 | 1746 | ||
| 1921 | 17년 전 | 2339 | ||
| 1920 | 17년 전 | 2415 | ||
| 1919 | 17년 전 | 1419 | ||
| 1918 | 17년 전 | 1168 | ||
| 1917 | 17년 전 | 2439 | ||
| 1916 | 17년 전 | 2869 | ||
| 1915 |
|
17년 전 | 3235 | |
| 1914 | 17년 전 | 3174 | ||
| 1913 | 17년 전 | 2339 | ||
| 1912 | 17년 전 | 3756 | ||
| 1911 | 17년 전 | 3184 | ||
| 1910 | 17년 전 | 5506 | ||
| 1909 | 17년 전 | 2658 | ||
| 1908 | 17년 전 | 1862 | ||
| 1907 | 17년 전 | 1935 | ||
| 1906 | 17년 전 | 1777 | ||
| 1905 | 17년 전 | 1706 | ||
| 1904 | 17년 전 | 2772 | ||
| 1903 | 17년 전 | 1900 | ||
| 1902 | 17년 전 | 1584 | ||
| 1901 | 17년 전 | 2074 | ||
| 1900 |
stuartkim
|
17년 전 | 1138 | |
| 1899 | 17년 전 | 1667 | ||
| 1898 | 17년 전 | 2882 | ||
| 1897 | 17년 전 | 2126 | ||
| 1896 | 17년 전 | 1820 | ||
| 1895 | 17년 전 | 2036 | ||
| 1894 | 17년 전 | 1324 | ||
| 1893 | 17년 전 | 1717 | ||
| 1892 | 17년 전 | 1216 | ||
| 1891 | 17년 전 | 1781 | ||
| 1890 | 17년 전 | 1808 | ||
| 1889 | 17년 전 | 1041 | ||
| 1888 | 17년 전 | 3136 | ||
| 1887 | 17년 전 | 4316 | ||
| 1886 | 17년 전 | 2467 | ||
| 1885 | 17년 전 | 7475 | ||
| 1884 | 17년 전 | 3840 | ||
| 1883 | 17년 전 | 4171 | ||
| 1882 | 17년 전 | 2430 | ||
| 1881 | 17년 전 | 2889 | ||
| 1880 | 17년 전 | 3638 | ||
| 1879 | 17년 전 | 4006 | ||
| 1878 | 17년 전 | 3167 | ||
| 1877 | 17년 전 | 3150 | ||
| 1876 | 17년 전 | 3299 | ||
| 1875 | 17년 전 | 2466 | ||
| 1874 | 17년 전 | 2059 | ||
| 1873 | 17년 전 | 3110 | ||
| 1872 | 17년 전 | 3259 | ||
| 1871 | 17년 전 | 4613 | ||
| 1870 | 17년 전 | 1594 | ||
| 1869 | 17년 전 | 2618 | ||
| 1868 | 17년 전 | 2690 | ||
| 1867 | 17년 전 | 1901 | ||
| 1866 | 17년 전 | 2221 | ||
| 1865 | 17년 전 | 1840 | ||
| 1864 | 17년 전 | 2372 | ||
| 1863 | 17년 전 | 3777 | ||
| 1862 | 17년 전 | 3896 | ||
| 1861 | 17년 전 | 2083 | ||
| 1860 | 17년 전 | 1361 | ||
| 1859 | 17년 전 | 1497 | ||
| 1858 |
|
17년 전 | 1651 | |
| 1857 | 17년 전 | 1634 | ||
| 1856 |
보드타는찌니
|
17년 전 | 1397 | |
| 1855 | 17년 전 | 1543 | ||
| 1854 |
|
17년 전 | 1360 | |
| 1853 | 17년 전 | 1850 | ||
| 1852 | 17년 전 | 2749 | ||
| 1851 | 17년 전 | 1850 | ||
| 1850 |
|
17년 전 | 1403 | |
| 1849 |
|
17년 전 | 1691 | |
| 1848 |
|
17년 전 | 2331 | |
| 1847 | 17년 전 | 1946 | ||
| 1846 |
은사시나무
|
17년 전 | 1265 | |
| 1845 |
갈색야생마
|
17년 전 | 5905 | |
| 1844 |
갈색야생마
|
17년 전 | 3285 | |
| 1843 |
갈색야생마
|
17년 전 | 3178 | |
| 1842 |
갈색야생마
|
17년 전 | 2589 | |
| 1841 |
갈색야생마
|
17년 전 | 2771 | |
| 1840 |
갈색야생마
|
17년 전 | 2719 | |
| 1839 |
갈색야생마
|
17년 전 | 3226 | |
| 1838 |
갈색야생마
|
17년 전 | 2353 | |
| 1837 |
갈색야생마
|
17년 전 | 2471 | |
| 1836 |
갈색야생마
|
17년 전 | 2533 | |
| 1835 |
갈색야생마
|
17년 전 | 2526 | |
| 1834 |
갈색야생마
|
17년 전 | 2669 | |
| 1833 |
갈색야생마
|
17년 전 | 3189 | |
| 1832 |
갈색야생마
|
17년 전 | 2702 | |
| 1831 |
갈색야생마
|
17년 전 | 1427 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기