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