I have a Nabi (Android Tablet), and I am designing a website and I have an audio file that I want to play when the audio file is on the page.
On the Nabi, it shows up, but I have to press play. It doesn't just start. Here's the code:
<embed src="windchimes.mp3" height="100px" width="100px" autostart="true">
or
<audio autoplay="autoplay" controls="controls"><source src="windchimes.mp3" type="audio/mpeg" /></audio>
Does anybody know how to make it so that I don't have to push play on the tablet?