Memutar Video YouTube dalam HTML
Untuk memutar video dari YouTube ke sebuah halaman web, terlebih dahulu Anda harus meng-upload video ke YouTube. Kemudian gunakan perintah HTML berikut untuk menampilkan video :
Contoh – YouTube Iframe
<iframe width=”420″ height=”345″
src=”http://www.youtube.com/embed/Rc2dG7uMlhA”>
</iframe>
src=”http://www.youtube.com/embed/Rc2dG7uMlhA”>
</iframe>
Contoh – YouTube Iframe
<embed
width=”420″ height=”345″
src=”https://www.youtube.com/v/Rc2dG7uMlhA”
type=”application/x-shockwave-flash”>
</embed>
width=”420″ height=”345″
src=”https://www.youtube.com/v/Rc2dG7uMlhA”
type=”application/x-shockwave-flash”>
</embed>