Mute app

edited October 2014 in General Discussion
Hello!
I have created an app for language instruction with HTML5 and JavaScript.
The sound is imported as wav files. Sound is very important for me, but the app is mute.
Any idea how I can make the app sound?
Regards,
Sonia

Comments

  • You cannot play local audio files from HTML, so if you're using HTML you would need to host the audio on a web server and play or stream the audio from there.

    Alternatively you can use the Audio activity to play local audio files, however there is currently no way to play the Audio activity tracks from HTML.
Sign In or Register to comment.