Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Remove local copy of jPlayer and use the one in the submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 5, 2010
1 parent 753f415 commit 3a71e77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
Binary file removed js/Jplayer.swf
Binary file not shown.
45 changes: 0 additions & 45 deletions js/jquery.jplayer.min.js

This file was deleted.

3 changes: 2 additions & 1 deletion music-player.html
Expand Up @@ -11,7 +11,7 @@
}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.jplayer.min.js"></script>
<script type="text/javascript" src="js-jplayer/jquery.jplayer/jquery.jplayer.js"></script>
<script type="text/javascript">
<!--
$(document).ready(function(){
Expand All @@ -24,6 +24,7 @@
ready: function () {
this.element.jPlayer("setFile", "http://www.pervade-productions.com/mp3/Cool_cavemen-Fusion.mp3").jPlayer("play");
},
swfPath: "js-jplayer/jquery.jplayer/",
volume: 50
})
.jPlayer("onProgressChange", function(loadPercent, playedPercentRelative, playedPercentAbsolute, playedTime, totalTime) {
Expand Down

0 comments on commit 3a71e77

Please sign in to comment.