1. Dapatkan link video (URL) dari youtube.
Contohnya :
http://www.youtube.com/watch?v=_eYj0B5LwOo
2. Kemudian,
- Buang ' watch? '
http://www.youtube.com/watch?v=_eYj0B5LwOo kepada
http://www.youtube.com/v=_eYj0B5LwOo
- Kemudian gantikan '= ' kepada '/ '
http://www.youtube.com/v/_eYj0B5LwOo
3. Masuk ke 'Layout' dan 'Add a Gagdet' dan ambil 'HTLM'
4.Masukkan link yang anda telah ubah ke dalam kod berikut.
<embed width="425" height="25" allowscriptaccess="always" type="application/x-shockwave-flash" src="LINK DISINI"></embed>
contoh untuk kod di atas.
<embed width="425" height="25" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/_eYj0B5LwOo"></embed>
5. Untuk Autoplay mp3 tambah '&autoplay=1'
contohnya :
<embed width="425" height="25" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/_eYj0B5LwOo&autoplay=1"></embed>
No comments:
Post a Comment