HTML Embed

No 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.

Dear readers, after reading the Content please ask for advice and to provide constructive feedback Please Write Relevant Comment with Polite Language.Your comments inspired me to continue blogging. Your opinion much more valuable to me. Thank you.