왜 레이어 팝업창에는 동영상을 플레이 하면 않멈추죠 ?

· 18년 전 · 1537
안녕하세요..
제가 질문하고 싶은것은요..
일단 팝업창을 popup.php 라는 파일로 만들어서..
레이어 팝업창을 띄워서 동영상파일을 돌렸습니다.
그런데..여기서 문제는..
하루동안 않보이기를 체크하고 나면 하루동안 레이어는 않보이지만 동영상 음악은 들리다는 문제가 있습니다.
고수님들 도와주세요..
 
참고소스
---------------------------------
<!-- 팝업레이어 스크립트 -->
<script language="JavaScript">
function setCookie( name, value, expiredays ) {
var todayDate = new Date();
todayDate.setDate( todayDate.getDate() + expiredays );
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
function closeWin() {
if ( document.Notice.chkbox.checked ){
setCookie( "Notice", "done" , 1 );
}
document.all['MCLUB'].style.visibility = "hidden";
}
</script>
<!-- 팝업 레이어 시작 -->
<div id="MCLUB" width="20" height="20" style="position:absolute; left:311px; top:388;  z-index:200;visibility:hidden;">
<form name="Notice">
<table width="470" border='0' cellspacing='0' cellpadding='0'>
  <tr>
        <td align="center" colspan=3><iframe src="../popup.php" width="400" height="300" frameborder="no" name="main" scrolling=no></iframe></td>
  </tr>
  <tr bgcolor="white">
    <td align="right"><a href="#"><input type="checkbox" name="chkbox" value="checkbox" onclick="closeWin();"></a>늘 하루 이 창을 열지 않음</td>
    <td><a href="javascript:closeWin();">[닫기]</a></td>
  </tr>
</table>
</form>
</div>
<script language="Javascript">
cookiedata = document.cookie;
if ( cookiedata.indexOf("Notice=done") < 0 ){
document.all['MCLUB'].style.visibility = "visible";
}
else {
document.all['MCLUB'].style.visibility = "hidden";
}
</script>
----------------------------
 
요 소스를 점목 시키면 될 것 같은데요..
-------------------------------
<script language="JavaScript">
function start(){
document.MediaPlayer1.Play();
}
function pause(){
if (MediaPlayer1.PlayState == 2) document.MediaPlayer1.pause();
}
</script>
----------------------------
 
 
오늘도 많이 배워 갑니다.^^;
수고하세요..
|
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
18년 전 조회 1,402
18년 전 조회 1,527
18년 전 조회 1,517
18년 전 조회 838
18년 전 조회 1,008
18년 전 조회 807
18년 전 조회 1,543
18년 전 조회 2,316
18년 전 조회 1,513
18년 전 조회 1,538
18년 전 조회 1,516
18년 전 조회 987
18년 전 조회 1,559
18년 전 조회 1,513
18년 전 조회 1,187
18년 전 조회 989
18년 전 조회 1,032
18년 전 조회 1,510
18년 전 조회 1,829
18년 전 조회 1,534
🐛 버그신고