본문 바로가기

♥ ETC/공부

jw플레이어로 flv 음악파일 재생하기

FLV 파일 연결 (1개 파일 반복재생, 굵은글씨 부분 수정)

 

 

<EMBED width=400 height=24 type=application/x-shockwave-flash src=http://cfs.tistory.com/custom/blog/87/874268/skin/images/player5.swf?file=http://iniel.tistory.com/attachment/cfile23.uf@116CD0414F9A65171DE237.flv&autostart=true&volume=100&repeat=always wmode="transparent">

 

-

 

XML 연결 (3개 파일 연속재생, 목록X,  굵은글씨 부분 수정)

 

 

<EMBED width=400 height=24 type=application/x-shockwave-flash src=http://cfs.tistory.com/custom/blog/87/874268/skin/images/player5.swf?file=http://cfs.tistory.com/custom/blog/87/874268/skin/images/1.xml&autostart=true&volume=100&repeat=always wmode="transparent">

 

-
 

XML 연결 (3개 파일 연속재생, 목록O,  굵은글씨 부분 수정)

 

 

<EMBED src=http://cfs.tistory.com/custom/blog/87/874268/skin/images/player5.swf width=400 height=400 type=application/x-shockwave-flash flashvars="file=http://cfs.tistory.com/custom/blog/87/874268/skin/images/1.xml&amp;repeat=always&amp;controlbar=bottom&amp;autostart=true&amp;playlist=bottom&amp;playlistsize=180">

 

-

 

XML 짜는 법 (mp3파일 flv로 변환시킨후 해야함)

 

<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
  <title>제목</title>
  <location>주소</location>
  </track>
     </trackList>
</playlist>

 

 

예시 (더보기 클릭)