본문 바로가기

[慧]지혜의샘

노래삽입, 노래재생, 자동재생, 반복재생 넣는방법.20110531


음악넣는 방법

< embed src="음악파일주소">

자동재생

< embed src="음악파일주소" autostart="true">

 자동재생 싫음

< embed src="음악파일주소" autostart="false">

 음악 파일 트는박스 숨기기

< embed src="음악파일주소" hidden="true">

계속 반복

< embed src="음악파일주소" loop="-1">

볼륨조절

< embed src="음악파일주소"  volume="100%">

한줄에 여러개쓰셔도 됩니다.

< embed src="음악파일주소" autostart="true" hidden="true" loop="-1" volume="100%">

 < 영어 사이에 공백은 빼주세요 >


-------------------------------------------------------------

윈도우 미디어 재생기는 아무리 태그소스를 자동으로 해도 네이버 사이트 (카페, 블로그)에선 수동 재생만 됩니다.

 카페나 블로그에서 음악을 자동으로 들을려면 플레시 재생기를 사용해야 합니다.

 아래 듀플레이어를 사용해 보시길요.

보라색 부분에 mp3 파일 주소만 넣으면 됩니다.

 <EMBED src=http://www.estvideo.com/dew/media/dewplayer.swf?mp3=http://pds16.egloos.com/pds/200908/28/14/Toploader_-_Dancing_In_The_Moonlight.mp3&autoplay=1&autoreplay=1 type=application/x-shockwave-flash width=203 height=21 menu=0 wmode=transparent>

빨간색 부분이 재생기 주소입니다. (dewplayer.swf 플레이어)

보라색 부분이 MP3 음악주소

 재생기 옵션

&autoplay=1 (자동재생, 수동일 경우 0)

&autoreplay=1 (반복재생, 한번만 재생일 경우 0)

width=203 (재생기 가로폭 ; 타임라인 포함) / width=60 (재생기 가로폭 ; 실행,일시정지,정지) 

height=21 (재생기 세로폭)

menu=0 (소스 간편화 속성)

wmode=transparent (투명속성)