hit:
8919
/ writer:
rksk
::::
홈페이에 음악넣기 팁(깜찍한 미니 음악플레이어 넣기)
::::
작성자 :
rksk
등록일 :
2007-05-28 16:01:25
프레임을 이용해서 뮤직플레이어를 간단하게 넣을 수 있습니다.
홈페이지의 메인 index.html 파일을 아래와 같은 내용으로 편집하시면 바로 적용이 될겁니다..
적용된 것 미리 보기는
http://miniplayer.wo.to/
---------------------------------------
<html>
<head>
<title>환영합니다</title>
</head>
<frameset rows="30,*" rows1="30,*" rows2_disabled="60,*" frameborder="0" framespacing="0" name="fst">
<frame src="
http://lovene.dnip.net/aquamp/index.html" name="aquamp" frameborder="0" noresize>
;
<frame src="
http://이곳에 자신의 홈페이지 main.html의 주소를 넣습니다or카페주소" frameborder="0" noresize>
;
</frameset>
</html>
------------------------------------------------------------------------------
1.가로형식 길다란 빨간 뮤직플레이어 소스
=================================================================================
<table align="left" style="WIDTH: 800px; HEIGHT: 30px" cellSpacing=0 >
<tr>
<td width="800" height="30">
<IFRAME src="
http://lovene.dnip.net/aquamp/index.html" width="800" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></IFRAME>
;
</td>
</tr>
</table>
=====================================================================================
2.네모난 뮤직플레이어 소스
===============================================================================
<table align="left" style="WIDTH: 159px; HEIGHT: 91px" borderColor=#e7e7e7 cellSpacing=0 cellPadding=2 bgColor=#ffffff border=1 >
<tr>
<td width="159" height="87">
<IFRAME src="
http://lovene.dnip.net/bgm/bgm.php" width="159" height="87" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></IFRAME>
;
</td>
</tr>
</table>
==============================================================================================
3. 깜찍한 미니 플레이어 소스
-----------------------------------------------------------------------------------
<table align="left" style="WIDTH: 141px; HEIGHT: 58px" borderColor=#e7e7e7 cellSpacing=0 cellPadding=2 bgColor=#ffffff border=0 >
<tr>
<td width="139" height="56">
<IFRAME src="
http://lovene.dnip.net/mini_player.php" width="139" height="56" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></IFRAME>
;
</td>
</tr>
</table>
------------------------------------------------------------------------------------
더욱 자세한 설명과 적용된 것 미리보기는 --->
http://miniplayer.wo.to 또는
;
http://lovene.dnip.net
잘쓸게요~~ 넘좋네요
02/09 18:29
yang4536
감사염^^
12/03 15:33
이전글
플래쉬로 개인 홈피를 만드려고 하는데요
다음글
초보자인데 도와주세요..ㅠ.ㅠ