HTML embed
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.
<embed src="http://codingku.com/html/sample/fall.mid"
width="100%" height="60" >
<noembed><img src="yourimage.gif" ></noembed>
</embed>
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.