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>

Comments

  • Audio doesnt work in HTML yet . Flash video's don't work either.
  • You can currently only stream audio from an external location in the HTML Archive activity, not embedded within the app's resources.
Sign In or Register to comment.