검정화면이 없는 미디플레이어의 작동방법

211.gif
검정화면은 없는 미디플레이어의 작동방법을 알고 싶습니다.
현재 사용한 저의 방법은

gbview.skin.php파일의 미디부분을 아래와 같이 사용했습니다.
<tr><td colspan=2 height=25>  <font color="cf4900">미디음악</font> : <embed src=<?=$write[wr_5]?> autostart="false" align=absmiddle></td></tr>

gbform.skin.php파일의 미디부분을 아래와 같이 사용했습니다.
<tr class='ht'><td bgcolor=#F5F3EE>미디음악</td><td><input type=text name='wr_5' itemname='미디음악' value='<?=$write[wr_5]?>' maxlength=255 class='input' size=50>(예제: http:// 포함해서 쓰세요)</td></tr>

위와같이 사용했는 데 미디 플레이어의 검정화면이 출력되는 군요.
다른 스킨에서는 검정화면이 나오지 않던 소스를 그대로 사용했습니다.
다른 부분을 또 손봐야 하는지요. 조언을 부탁합니다.

첨부파일

211.gif (43.1 KB)
0회 2004-06-27 07:20
|

댓글 3개

추천감사 합니다. 그러나 mp3정도의 음원이면 모르지만
midi 음원으로 사용하기에는 플레이어가 너무 아까워서 아껴두고 있습니다.
다솜 플레이어 스킨을 써보시져. 좋던데..
우선은 자바로 손을 보았습니다.
<script language="JavaScript">
<!--
function musicOff() {
document.sn_player.midi.stop();
}

function musicOn() {
document.sn_player.midi.play();
}

// MID STOP : 배경음악멈춤 MID PLAY:배경음악시작
function changeButton() {
if (document.sn_player.B1.value=='MID STOP') {
document.sn_player.B1.value='MID PLAY';
musicOff();
} else {
document.sn_player.B1.value='MID STOP';
musicOn();
}
}
//-->
</script>
<form name="sn_player">
<p align="center">
<embed name="midi" src="http://www.sysmusic.co.kr//midi/32_Mazurka_Op.67_1.wma" width="128" height="128" hidden>
<!-- 음악을 제어 하는 버튼--->
<input type="button" value="MID STOP" name="B1" onClick="changeButton()">
</form>
댓글을 작성하시려면 로그인이 필요합니다.

그누3질답

+
제목 글쓴이 날짜 조회
21년 전 조회 506
21년 전 조회 401
21년 전 조회 436
21년 전 조회 347
아꽈
21년 전 조회 460
21년 전 조회 1,714
21년 전 조회 431
21년 전 조회 505
21년 전 조회 496
21년 전 조회 603
21년 전 조회 822
21년 전 조회 434
21년 전 조회 469
21년 전 조회 466
21년 전 조회 526
21년 전 조회 462
21년 전 조회 418
21년 전 조회 488
21년 전 조회 776
배부른꿀꿀이
21년 전 조회 526