6

I'm having trouble looping an audio tag on my Nexus 7 with Chrome.

<audio controls="" autoplay="" loop="">
    <source src="path/to/file.ogg" type="audio/ogg">
    <source src="path/to/file.mp3" type="audio/mpeg">
</audio> 

Looping works in Firefox.

Any ideas?

Dan
  • 3,338
  • 5
  • 36
  • 58

1 Answers1

2

It seems that this issue occurs only on Linux machines - I'm using Debian Wheezy. I don't know why but I have switched to mp3 file and looping is working now.

gecko
  • 76
  • 6