공부해보시고 응용해서 쓰세요..
발췌 : 다모임
발췌 : 다모임
<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에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1830 |
갈색야생마
|
17년 전 | 2845 | |
| 1829 |
갈색야생마
|
17년 전 | 1595 | |
| 1828 |
갈색야생마
|
17년 전 | 1352 | |
| 1827 |
갈색야생마
|
17년 전 | 2019 | |
| 1826 |
갈색야생마
|
17년 전 | 1468 | |
| 1825 |
갈색야생마
|
17년 전 | 1408 | |
| 1824 |
갈색야생마
|
17년 전 | 1356 | |
| 1823 |
갈색야생마
|
17년 전 | 1565 | |
| 1822 |
갈색야생마
|
17년 전 | 2053 | |
| 1821 |
갈색야생마
|
17년 전 | 1437 | |
| 1820 |
갈색야생마
|
17년 전 | 1410 | |
| 1819 |
갈색야생마
|
17년 전 | 1214 | |
| 1818 |
갈색야생마
|
17년 전 | 1444 | |
| 1817 |
갈색야생마
|
17년 전 | 1170 | |
| 1816 |
갈색야생마
|
17년 전 | 1301 | |
| 1815 |
갈색야생마
|
17년 전 | 1561 | |
| 1814 |
갈색야생마
|
17년 전 | 1397 | |
| 1813 |
갈색야생마
|
17년 전 | 1295 | |
| 1812 |
갈색야생마
|
17년 전 | 1264 | |
| 1811 |
갈색야생마
|
17년 전 | 1380 | |
| 1810 |
갈색야생마
|
17년 전 | 1156 | |
| 1809 |
갈색야생마
|
17년 전 | 1210 | |
| 1808 |
갈색야생마
|
17년 전 | 1242 | |
| 1807 |
갈색야생마
|
17년 전 | 1313 | |
| 1806 |
갈색야생마
|
17년 전 | 1340 | |
| 1805 |
갈색야생마
|
17년 전 | 1344 | |
| 1804 |
갈색야생마
|
17년 전 | 1308 | |
| 1803 |
갈색야생마
|
17년 전 | 1627 | |
| 1802 | 17년 전 | 2962 | ||
| 1801 | 17년 전 | 3360 | ||
| 1800 | 17년 전 | 1455 | ||
| 1799 | 17년 전 | 1550 | ||
| 1798 | 17년 전 | 1366 | ||
| 1797 | 17년 전 | 2122 | ||
| 1796 | 17년 전 | 3042 | ||
| 1795 | 17년 전 | 1384 | ||
| 1794 | 17년 전 | 1375 | ||
| 1793 |
갈색야생마
|
17년 전 | 1374 | |
| 1792 |
갈색야생마
|
17년 전 | 1224 | |
| 1791 |
갈색야생마
|
17년 전 | 1419 | |
| 1790 |
갈색야생마
|
17년 전 | 1475 | |
| 1789 |
갈색야생마
|
17년 전 | 1284 | |
| 1788 |
갈색야생마
|
17년 전 | 2567 | |
| 1787 |
갈색야생마
|
17년 전 | 1314 | |
| 1786 |
갈색야생마
|
17년 전 | 1590 | |
| 1785 |
갈색야생마
|
17년 전 | 1467 | |
| 1784 |
갈색야생마
|
17년 전 | 1774 | |
| 1783 |
갈색야생마
|
17년 전 | 1796 | |
| 1782 | 17년 전 | 1806 | ||
| 1781 | 17년 전 | 1854 | ||
| 1780 | 17년 전 | 1515 | ||
| 1779 | 17년 전 | 1605 | ||
| 1778 |
갈색야생마
|
17년 전 | 1513 | |
| 1777 |
갈색야생마
|
17년 전 | 1861 | |
| 1776 |
갈색야생마
|
17년 전 | 1771 | |
| 1775 |
갈색야생마
|
17년 전 | 1567 | |
| 1774 |
갈색야생마
|
17년 전 | 1742 | |
| 1773 |
갈색야생마
|
17년 전 | 1410 | |
| 1772 |
갈색야생마
|
17년 전 | 1640 | |
| 1771 |
갈색야생마
|
17년 전 | 1961 | |
| 1770 |
갈색야생마
|
17년 전 | 2791 | |
| 1769 | 17년 전 | 1997 | ||
| 1768 | 17년 전 | 1410 | ||
| 1767 | 17년 전 | 1953 | ||
| 1766 | 17년 전 | 2407 | ||
| 1765 | 17년 전 | 1563 | ||
| 1764 | 17년 전 | 2328 | ||
| 1763 |
sini117
|
17년 전 | 1762 | |
| 1762 |
sini117
|
17년 전 | 1469 | |
| 1761 |
nooree
|
17년 전 | 1324 | |
| 1760 | 17년 전 | 1996 | ||
| 1759 | 17년 전 | 2887 | ||
| 1758 | 17년 전 | 2503 | ||
| 1757 | 17년 전 | 1531 | ||
| 1756 | 17년 전 | 2876 | ||
| 1755 | 17년 전 | 2413 | ||
| 1754 | 17년 전 | 2755 | ||
| 1753 | 17년 전 | 2767 | ||
| 1752 | 17년 전 | 2557 | ||
| 1751 | 17년 전 | 2371 | ||
| 1750 | 17년 전 | 1729 | ||
| 1749 | 17년 전 | 2463 | ||
| 1748 | 17년 전 | 3960 | ||
| 1747 |
|
17년 전 | 1837 | |
| 1746 | 17년 전 | 3925 | ||
| 1745 | 17년 전 | 1852 | ||
| 1744 | 17년 전 | 1739 | ||
| 1743 | 17년 전 | 2070 | ||
| 1742 | 17년 전 | 2487 | ||
| 1741 | 17년 전 | 1441 | ||
| 1740 | 17년 전 | 1783 | ||
| 1739 | 17년 전 | 2335 | ||
| 1738 | 17년 전 | 1812 | ||
| 1737 | 17년 전 | 1771 | ||
| 1736 | 17년 전 | 1546 | ||
| 1735 | 17년 전 | 1390 | ||
| 1734 | 17년 전 | 1346 | ||
| 1733 | 17년 전 | 1163 | ||
| 1732 | 17년 전 | 1152 | ||
| 1731 | 17년 전 | 1179 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기