วันพุธที่ 26 มีนาคม พ.ศ. 2557

HTML5 กับ Audio

โค้ด
<audio controls>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
  Your browser does not support the audio tag.
</audio>

ที่มา : http://www.w3schools.com/tags/tag_audio.asp


โค้ด มรย.
<audio controls autoplay>
  <source src="http://202.29.32.143:1058/live" type="audio/mpeg">
  Your browser does not support the audio tag.

</audio>

ไม่มีความคิดเห็น:

แสดงความคิดเห็น