공부해보시고 응용해서 쓰세요..
발췌 : 다모임
발췌 : 다모임
<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에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1730 | 17년 전 | 1182 | ||
| 1729 | 17년 전 | 1613 | ||
| 1728 | 17년 전 | 1678 | ||
| 1727 | 17년 전 | 1817 | ||
| 1726 | 17년 전 | 2953 | ||
| 1725 | 17년 전 | 2092 | ||
| 1724 |
|
17년 전 | 1770 | |
| 1723 |
끝없는사랑
|
17년 전 | 2113 | |
| 1722 |
끝없는사랑
|
17년 전 | 1821 | |
| 1721 | 17년 전 | 3349 | ||
| 1720 | 17년 전 | 1532 | ||
| 1719 | 17년 전 | 1649 | ||
| 1718 |
사랑합니다
|
17년 전 | 1368 | |
| 1717 | 17년 전 | 2188 | ||
| 1716 | 17년 전 | 3141 | ||
| 1715 |
|
17년 전 | 2276 | |
| 1714 |
|
17년 전 | 1734 | |
| 1713 | 17년 전 | 2992 | ||
| 1712 | 17년 전 | 4427 | ||
| 1711 | 17년 전 | 1738 | ||
| 1710 | 17년 전 | 3241 | ||
| 1709 |
jeans
|
17년 전 | 1566 | |
| 1708 |
|
17년 전 | 3476 | |
| 1707 | 17년 전 | 5841 | ||
| 1706 |
|
17년 전 | 1420 | |
| 1705 |
|
17년 전 | 2158 | |
| 1704 | 17년 전 | 1792 | ||
| 1703 |
심심맨닷컴
|
17년 전 | 1552 | |
| 1702 | 17년 전 | 2426 | ||
| 1701 |
|
17년 전 | 2628 | |
| 1700 | 17년 전 | 1600 | ||
| 1699 | 17년 전 | 2682 | ||
| 1698 |
RedRiverFisher
|
17년 전 | 3170 | |
| 1697 |
심심맨닷컴
|
17년 전 | 1528 | |
| 1696 |
eclub
|
17년 전 | 1940 | |
| 1695 | 17년 전 | 3849 | ||
| 1694 |
깜장고무신
|
17년 전 | 4479 | |
| 1693 |
stuartkim
|
17년 전 | 1883 | |
| 1692 |
stuartkim
|
17년 전 | 1751 | |
| 1691 |
|
17년 전 | 2678 | |
| 1690 | 17년 전 | 1845 | ||
| 1689 | 17년 전 | 3933 | ||
| 1688 | 17년 전 | 1656 | ||
| 1687 | 16년 전 | 1930 | ||
| 1686 |
|
17년 전 | 2259 | |
| 1685 | 17년 전 | 2107 | ||
| 1684 |
|
17년 전 | 3573 | |
| 1683 |
leeLook
|
17년 전 | 1593 | |
| 1682 | 17년 전 | 2655 | ||
| 1681 | 17년 전 | 1644 | ||
| 1680 | 17년 전 | 1907 | ||
| 1679 | 17년 전 | 7421 | ||
| 1678 | 17년 전 | 1996 | ||
| 1677 | 17년 전 | 4093 | ||
| 1676 | 17년 전 | 2416 | ||
| 1675 | 17년 전 | 2426 | ||
| 1674 | 17년 전 | 2150 | ||
| 1673 | 17년 전 | 2197 | ||
| 1672 | 17년 전 | 2626 | ||
| 1671 | 17년 전 | 3219 | ||
| 1670 | 17년 전 | 5329 | ||
| 1669 |
플래시007
|
17년 전 | 2785 | |
| 1668 |
|
17년 전 | 2697 | |
| 1667 | 17년 전 | 2550 | ||
| 1666 |
|
17년 전 | 1797 | |
| 1665 | 17년 전 | 2206 | ||
| 1664 | 17년 전 | 5307 | ||
| 1663 |
|
17년 전 | 3023 | |
| 1662 |
|
17년 전 | 2580 | |
| 1661 |
|
17년 전 | 3256 | |
| 1660 |
|
17년 전 | 2473 | |
| 1659 |
|
17년 전 | 2829 | |
| 1658 | 17년 전 | 5878 | ||
| 1657 | 17년 전 | 2633 | ||
| 1656 |
Piece
|
17년 전 | 2018 | |
| 1655 |
|
17년 전 | 2653 | |
| 1654 | 17년 전 | 1475 | ||
| 1653 | 17년 전 | 9799 | ||
| 1652 | 17년 전 | 4460 | ||
| 1651 | 17년 전 | 3289 | ||
| 1650 | 17년 전 | 1812 | ||
| 1649 | 17년 전 | 3603 | ||
| 1648 | 17년 전 | 2287 | ||
| 1647 | 17년 전 | 3733 | ||
| 1646 | 17년 전 | 5188 | ||
| 1645 | 17년 전 | 3846 | ||
| 1644 | 17년 전 | 2700 | ||
| 1643 | 17년 전 | 2946 | ||
| 1642 | 18년 전 | 2451 | ||
| 1641 | 18년 전 | 2793 | ||
| 1640 |
porgy
|
18년 전 | 1900 | |
| 1639 | 18년 전 | 3451 | ||
| 1638 |
컴퓨터기술자
|
18년 전 | 2141 | |
| 1637 |
|
18년 전 | 2259 | |
| 1636 | 18년 전 | 2074 | ||
| 1635 | 18년 전 | 3048 | ||
| 1634 |
귀여운현호
|
18년 전 | 1997 | |
| 1633 |
태양의서쪽
|
18년 전 | 2673 | |
| 1632 | 18년 전 | 3874 | ||
| 1631 | 18년 전 | 4570 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기