묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
미디어 플레이어 확대.축소 버튼 만들어 쓰는 방법은?
2003.08.10 20:53
미디어 플레이어에서 100%, 200%, FULLSCREEN 버튼을 이미지로 만들어 쓸려고 하는데 방법을 모르겠네요..
스크립트 써야하는건지...
화면 사이즈가 변하면서 팝업창 사이즈도 같이 변해야 합니다.
소스 아시는분 좀 갈쳐주세요~~^^
스크립트 써야하는건지...
화면 사이즈가 변하면서 팝업창 사이즈도 같이 변해야 합니다.
소스 아시는분 좀 갈쳐주세요~~^^
댓글 7
-
코코푸르나
2003.08.10 21:48
-
김원석
2003.08.10 21:52
감사합니다..근데 버튼에 어떻게 적용시키나요?
버튼을 클릭해서 화면 사이즈를바꿔야 하거든요...
다시 답변 부탁드릴께여.. -
김원석
2003.08.10 21:53
아..그리고 팝업창 띄워서 동영상을 실행시켜야 하거든요..
팝업창 사이즈도 동시에 바꿀수 있는 방법좀 가르쳐 주세요~~ -
코코푸르나
2003.08.11 10:20
버튼에는 아래처럼 적용합니다.
<a href="javascript:double();">두배크기</a>
창사이즈와 동시에 미디어플레이어 사이즈도 변합니다.. -
김원석
2003.08.12 00:23
답변 감사합니다. 하지만....
아래처럼 사용했는데 스크립트 오류가 나네여 ㅜㅡ (원하는 창사이즈)에 숫자를 빼보기도 했는데..안되는 군요..
뭐가 잘못 된건지요?
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<script type="text/javascript" language="JavaScript">
<!--
function normal() //100%
{
window.resizeTo(630.400);
document.Player1.displaysize=0;
}
function double() //200%{
window.resizeTo(950.640);
document.Player1.displaysize=2;
}
function full() //풀사이즈
{
document.Player1.displaysize=3;
}
//-->
</script>
<style type="text/css">
<!--
td {
font-family: "Verdana";
font-size: 12px;
}
.back {
background-attachment: fixed;
background-image: url(images/video/movie_form2_11.gif);
background-repeat: no-repeat;
background-position: center top;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#000099">
<td colspan="4"><img src="images/video/movie_form2_30.gif" width="12" height="5"></td>
</tr>
<tr>
<td background="images/video/movie_form2_04.gif"></td>
<td background="images/video/movie_form2_25.gif"><img src="images/video/movie_form2_02.gif" width="275" height="40"></td>
<td background="images/video/movie_form2_04.gif"></td>
<td align="right" background="images/video/movie_form2_25.gif"><img src="images/video/movie_form2_05.gif" width="211" height="40"></td>
</tr>
<tr>
<td><img src="images/video/movie_form2_06.gif" width="15" height="12"></td>
<td></td>
<td><img src="images/video/movie_form2_08.gif" width="62" height="12"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td>
<OBJECT ID="MMPlayer1" WIDTH=320 HEIGHT=286 classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<PARAM NAME="AutoStart" VALUE="true">
<PARAM NAME="AutoSize" VALUE="true">
<PARAM NAME="AllowChangeDisplaySize" VALUE="true">
<PARAM NAME="ShowControls" VALUE="true">
<PARAM NAME="ShowStatusBar" VALUE="false">
<PARAM NAME="EnableContextMenu" VALUE="false">
<param name="a10.wmv" value="mms://211.43.207.94/gabene/y1/a10.wmv">
</OBJECT>
</td>
태그 중략~~~~~
<!-- 버튼 으로 사이즈 조절 시작 -->
<a href="javascript:normal();"><img src="images/video/button_screen100.gif" width="50" height="22" border="0"></a>
<a href="javascript:double();"><img src="images/video/button_screen200.gif" width="50" height="22" border="0"></a>
<a href="javascript:full();"><img src="images/video/button_screenfull.gif" width="50" height="22" border="0"></a>
<!-- 버튼 으로 사이즈 조절 끝 -->
</td>
<td background="images/video/movie_form2_25.gif"> </td>
<td align="right" valign="top" background="images/video/movie_form2_25.gif"><img src="images/video/movie_form2_27.gif" width="159" height="37"></td>
</tr>
<tr bgcolor="#000099">
<td colspan="4"><img src="images/video/movie_form2_30.gif" width="12" height="5"></td>
</tr>
</table>
</body>
</html> -
코코푸르나
2003.08.12 11:34
<OBJECT ID="MMPlayer1" 어쩌구 저쩌구..> 이것의 ID를 Player1로 바꾸세요..아래처럼...
<OBJECT ID="Player1" 어쩌구 저쩌구..> 이렇게요.. -
김원석
2003.08.14 15:21
답변 너무 감사드립니다^^
푸르나님 덕에 작동 잘되고 있습니다.
그리고 한가지더.....^^
동영상을 보던중에 창 크기 조절 버튼을 클릭하면 보던 동여상이 정지해 버리는데요, 정지되지 않게 할려면 어떻게
해야 하나요..???
귀찬으시더라도 답변 부탁드리니다^^
{
window.resizeTo(원하는 창사이즈);
document.Player1.displaysize=0;
}
function double() //200%{
window.resizeTo(원하는 창사이즈);
document.Player1.displaysize=2;
}
function full() //풀사이즈
{
document.Player1.displaysize=3;
}
<OBJECT ID=아이디 CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 standby="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject" width="가로" height="세로">
<PARAM NAME="FileName" VALUE="보여줄 동영상주소">
<PARAM NAME="AutoStart" VALUE="true">
<PARAM NAME="AutoSize" VALUE="true">
<PARAM NAME="AllowChangeDisplaySize" VALUE="true"> <---미디어플레이어의 크기변화 on/off
<PARAM NAME="ShowControls" VALUE="true"> <---미디어플레이어의 컨트롤버튼 on/off
<PARAM NAME="ShowStatusBar" VALUE="true"> <---미디어플레이어의 상태바 on/off
<PARAM NAME="EnableContextMenu" VALUE="false">
</OBJECT>