Slide # 1

Slide # 1

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Slide # 2

Slide # 2

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Slide # 3

Slide # 3

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Slide # 4

Slide # 4

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Slide # 5

Slide # 5

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Monday, April 11, 2011

Elemen Media di HTML 5

Ini lanjutan dari postingan html 5 seblumnya di sini. Pada html 5 ada fungsi atau tag baru untuk multimedia, termasuk audio dan video. Dengan adanya tag ini programmer web tidak begitu tergantung lagi dengan flash. Secara kecepatan memang flash sedikit lebih baik pada web streaming. Tetapi flash tidak bisa terindex oleh Google, juga pemakain memori yang besar. Sebaliknya html 5 lebih gampang terindex oleh Google, karena memang bahasa mark up standar web, dan pemakaian memori yang kecil. Tetapi memang html 5 sangat bergantung pada penggunaan web browser. Saya menganjurkan menggunakan Google Chrome versi 10, untuk belajar html 5 ini, karena kodek yang di gunain sudah sangat canggih dan yang paling terbaru untuk mendukung penuh teknologi baru ini.

Tag Description
<audio> Untuk konten multimedia, sound, musik, dan autio stream lain.
<video> Untuk konten video, contohnya video klip atau film
<source> Untuk media resource, didefinisakn di dalam tag video dan audio
<’embed> Untuk meng-embed elemen flash atau yang lain nya
Inilah sedikit contoh penggunaan tag html, bisa dicoba sendiri kok, karena html 5 ga perlu server untuk menjalan kan nya.
Tag Contoh
[sourcecode language="html"]
<audio controls=”controls”>  <source src=”ugly.mp3″ type=”audio/mpeg” />
Your browser does not support the audio element.
</audio>
[/sourcecode]
[sourcecode language="html"]
<video src=”transformers.mp4″ controls=”controls”>  your browser does not support the video tag
</video>
[/sourcecode]
[sourcecode language="html"]
<’embed src=”kabuto.swf”></’embed>
[/sourcecode]
Saya menggunakan Google Chrome versi 10, bisa di coba sendiri, kalo penasaran. :lol:

0 comments:

Post a Comment

Apa pendapat anda dengan BLOG ini ?