배움마당

[스크랩] IFRAME을 embed로 바꾸기소스

법운주 2015. 5. 6. 10:41

 

 

IFRAMEembed로 바꾸기소스

<기본소스>

<iframe width="640" height="360" src="http://www.youtube.com/embed/f0jHaRAgxyg?feature=player_detailpage" frameborder="0" allowfullscreen></iframe>

 

<embed로 바꾸기>

<embed width="640" height="360" src="http://www.youtube.com/v/f0jHaRAgxyg?feature=player_detailpage" frameborder="0" allowfullscreen></embed>

 

 

자동재생으로 만들기

 

<기본소스>

<embed src=http://www.youtube.com/v/PwMMo94XyKE?version=3&hl=ko_KR" type="application/x-shockwave-flash" width="560" height="315" x-x-allowscriptaccess="always" allowfullscreen="true"></embed>

 

<자동재생 소스로 바꾸기>

- version=2&hl=ko_KR 다음에 &autoplay=1&loop=1 넣는다

<embed src=http://www.youtube.com/v/PwMMo94XyKE?version=2&hl=ko_KR&autoplay=1&loop=1" type="application/x-shockwave-flash" width="560" height="315" x-x-allowscriptaccess="always" allowfullscreen="true"></embed>

 


출처 : 녹야산방
글쓴이 : 유영태 원글보기
메모 :