Hanya perlu tambah kod berikut untuk memastikan audio dimainkan setiap kali website/page tersebut dilawati: < audio src ="http://www.milliondollarsounds.com/resources/Furniture.mp3" autoplay ="autoplay" style ="display:none"></ audio > atau dalam bentuk lain: <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> Untuk kawal volume menggunakan attribut sedia ada: <audio controls volume="0.7"> <source src="http://www.milliondollarsounds.com/resources/Furniture.mp3"> You will see this text if native audio playback is not supported. </audio> Untuk kawal volume dengan Javascript: <audio autoplay id="audiogua"> <source src="http://www.milliondollarsounds.com...
Nota Teknologi dan Seumpama