주절주절

JW 플레이어 사용 HTML 코드 -

gandus 2010. 7. 8. 16:46

<embed src="http://asaadw.megaplug.kr/megaplug_player/player.swf" allowfullscreen="true" width="900" height="500" flashvars="file=파일이름&amp;skin=http://asaadw.megaplug.kr/megaplug_player/overlay.swf&amp;controlbar=over&amp;backcolor=282828&amp;frontcolor=FFFFFF&amp;lightcolor=FF8200&amp;autostart=false&amp;repeat=always&amp;&amp;stretching=fill&amp;&amp;logo.file=http://cfs.tistory.com/custom/blog/63/632058/skin/images/rhekrud.png&amp;logo.hide=false&amp;logo.position=top-leftt&amp;logo.link=http://gallog.dcinside.com/rhekrud">




- 예제  xml 파일
http%3A%2F%2Fcfs.tistory.com%2Fcustom%2Fblog%2F47%2F475495%2Fskin%2Fimages%2F111.xml

유투브, MP4, FLV 파일이 가능하다.


여러개의 flv 파일을 합칠경우에는

 <playlist version="1" xmlns="http://xspf.org/ns/0/">
 <trackList>
 <track>
  <annotation>1</annotation>
  <title>1</title>
  <location>파일주소</location>
  <image />
  </track>
 <track>
  <annotation>2</annotation>
  <title>2</title>
  <location>파일주소</location>
  <image />
  </track>
  </trackList>
  </playlist>

- > 더 추가할려면

<track>
  <annotation>3</annotation>
  <title>3</title>
  <location>파일주소</location>
  <image />
  </track>

xml 파일을 업로드 한후에 주소값을 적어주면 된다.



[출처] 
작성자 화성   - http://blog.naver.com/didalstn1234