This version has been superseded by a new release.
Please use the navigation bar above to access the latest version.
jPlayer.change(file) to jPlayer.setFile(file) to avoid jQuery naming conflict with the jQuery.change(fn) event.$(this), which enables chaining.jPlayer.changeAndPlay(file) method, as chaining makes this redundent.getMovie() in the plugin to always return the document[fid]. Previously, Internet Explorer would return window[fid] instead. This removes a browser conditional statement, which was found to be redundent since the plugin adds the Flash object to the document definition in IE.jPlayer.playHead(p) so that it could be used immediately after jPlayer.setFile(file) without needing a jPlayer.play() command prior to it.jPlayer.playHeadTime(t) to make the play head jump to the time defined in seconds.