프로그래밍/HTML

동영상, 오디오, 플래시 재생 (embed 방식)

Doonee 2013. 10. 25. 11:33
반응형
 동영상파일 삽입 예제
    
<embed src="mms://aaa.com/파일명.asf" autostart="true">     
<embed src="http://aaa.com/파일명.wmv" width="300" height="200"   type=video/x-ms-wmv> 

 오디오파일 삽입 예제    
    
<embed src="mms://aaa.com/파일명.MP3"   autostart="true">    
<embed src="http://aaa.com/파일명.mp3" autostart="true">


 플래시파일 삽입 예제            
    
<embed src="http://aaa.com/파일명.swf" width="300" height="200"   type=application/octec-stream>