audio in html activity
Could someone help me with audio files in the activity HTML.
I am using the <audio> etiquette from html5
And I only get the audio control without sound…..
I have been testing on mi navigator firefox, it works properly.
Is anyone succeed adding sound or music in a similar way?
<audio controls>
<source src="horse.mp3" type="audio/mpeg">
</audio>
I am using the <audio> etiquette from html5
And I only get the audio control without sound…..
I have been testing on mi navigator firefox, it works properly.
Is anyone succeed adding sound or music in a similar way?
<audio controls>
<source src="horse.mp3" type="audio/mpeg">
</audio>
Comments