Find us on Facebook & Twitter

Pages

 

Monday 8 April 2013

HTML Embed

0 comments
Anda bisa menampilkan audio dan video dengan elemen HTML "embed".
<embed> merupakan tag dari HTML embed.

Contoh HTML embed

Berikut adalah contoh sederhana penggunaan elemen ini untuk memainkan file audio berformat midi.
HTML Editori  
<embed src="http://codingku.com/html/sample/fall.mid"
width="100%" height="60" >
<noembed><img src="yourimage.gif" ></noembed>
</embed>

HTML - Tipe-tipe media Video

Tag <embed> mendukung tipe-tipe berikut :
  • .swf adalah file yang dibuat dengan macromedia flash.
  • .wmv adalah file format dari Windows Media Video.
  • .mov adalah file format dari Quick Time milik Apple.
  • .mpeg adalah file format yang dibuat oleh Moving Pictures Expert Group.
Comments

0 comments:

Post a Comment