Skip to content

Commit

Permalink
setup audiomanager demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Feb 24, 2016
1 parent c3762c4 commit deb8ad4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 275 deletions.
5 changes: 5 additions & 0 deletions dist/demo/audiomanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

<script src="../js/audiomanager.min.js"></script>
<script>
var audiomanager = AudioManager;
audiomanager.createSound('http://localhost/audiomanager/dist/mp3/eiffel65-blue.mp3','Test');
audiomanager.play();
</script>

Expand Down
Loading

0 comments on commit deb8ad4

Please sign in to comment.