Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. "/android_asset/www/test.mp3"
  2. "/asset/test.mp3"
  3. "test.mp3"
  4.  
  5. src="test.mp3"
  6.  
  7. <a href="#" class="btn large" onclick="playAudio('test.mp3');">Play Audio</a>
  8.  
  9. var myaudioURL = 'beep.mp3';
  10.  
  11. var myaudioURL = 'http://example/beep.mp3';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement