배경음악 꼭 깔고 싶으신분.. 정보
배경음악 꼭 깔고 싶으신분..본문
저는 사랑비 비지엠을 사용했습니다.
예전에 어딘가에서 받은 팁입니다.
그분은 이미 없어지셨더군요..
진짜 멋진 분이셨었는데...
암튼..
사랑비 실행 페이지를 0프레임으로 왼쪽에 잡고,
메인 프레임 페이지 헤더에
<script language='javascript'>
var play_stop = false;
var play_stop = false;
function methodBGMList() {
if (window.parent.frames["bgm"])
window.parent.frames["bgm"].window.method_BGMListButtonPush();
}
if (window.parent.frames["bgm"])
window.parent.frames["bgm"].window.method_BGMListButtonPush();
}
function methodBGMPlay_stop() {
if (window.parent.frames["bgm"]) {
if (play_stop == true) {
window.parent.frames["bgm"].window.method_PlayButtonPush();
play_stop = false;
playstop.value='stop';
} else {
window.parent.frames["bgm"].window.method_StopButtonPush();
play_stop = true;
playstop.value='play';
}
}
}
if (window.parent.frames["bgm"]) {
if (play_stop == true) {
window.parent.frames["bgm"].window.method_PlayButtonPush();
play_stop = false;
playstop.value='stop';
} else {
window.parent.frames["bgm"].window.method_StopButtonPush();
play_stop = true;
playstop.value='play';
}
}
}
function methodBGMPause() {
if (window.parent.frames["bgm"])
window.parent.frames["bgm"].window.method_PauseButtonPush();
}
if (window.parent.frames["bgm"])
window.parent.frames["bgm"].window.method_PauseButtonPush();
}
</script>
위의 스크립트를 넣으십시오.
플레이어 제어는
블로그관리에서
디자인설정에서
사용자정의 사이드바 에...
<?
/*-----------------------------------------------------------------------
뮤직
-------------------------------------------------------------------------*/
?>
<div id="music" >
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td width=4 ></td>
<td width=191 >
<tr>
<td width=4 ></td>
<td width=191 >
<!--오리주둥이 추가 - 사이드바 타이틀-->
<div style="padding-top:5px">
<a href=http://도메인.com/sarangbi/sarangbi_bgm_admin.php><img src="/gnuboard4/skin/blog/basic/img/config.gif" target=_blank></a>
<img src="이미지경로/play.gif" onClick='methodBGMPlay_stop()' name='playstop'>
<img src="이미지경로/pause.gif" onClick='methodBGMPause()' name='pause'>
<img src='이미지경로/list.gif' onClick='methodBGMList()' name='list'> </div>
</td>
</tr>
<Tr><td></td><td valign=top>
<tr>
<td width=4 height=4></td>
<td width=191 height=4 ></td>
<div style="padding-top:5px">
<a href=http://도메인.com/sarangbi/sarangbi_bgm_admin.php><img src="/gnuboard4/skin/blog/basic/img/config.gif" target=_blank></a>
<img src="이미지경로/play.gif" onClick='methodBGMPlay_stop()' name='playstop'>
<img src="이미지경로/pause.gif" onClick='methodBGMPause()' name='pause'>
<img src='이미지경로/list.gif' onClick='methodBGMList()' name='list'> </div>
</td>
</tr>
<Tr><td></td><td valign=top>
<tr>
<td width=4 height=4></td>
<td width=191 height=4 ></td>
</tr>
</table>
</table>
</div>
으로 제어합니다.
참...마퀴로 노래제목 스크롤되는 부분은 시간이없어 아직 못했습니다.
누가 팁을 올려주시던지요.
댓글 전체
파폭에선 사랑비 안먹혀요오~.. ㅠ.ㅜ
아... 전 파폭을 안써서.. ^^ 암튼 감사해요~~ ^^