Hi All,

I have followed the tutorial here on playing audio files, 
http://lessons.livecode.com/m/4071/l/742506-how-do-i-play-sound-files-in-html5 
<http://lessons.livecode.com/m/4071/l/742506-how-do-i-play-sound-files-in-html5>

I have tried with both a wav file, and a m4a.  Neither of them seem to play.

Do I have to “include" the file in the Standalone Settings configuration panel, 
or can I just add it to my HTML5 project folder?

Also, the audio tag,
  <audio id="myAudio">
    <source src="piano-melody.wav" type="audio/wav">
  </audio>

...that can go right before the ending /body tag?


Thank you!


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to