tylercraft / jquery.audioslideshow

Audio slideshow using jQuery and jPlayer
20 stars 12 forks source link

This doesn't work in FF and a few others #1

Closed michaelguild13 closed 11 years ago

michaelguild13 commented 11 years ago

You need to update the Jplayer in this repo.

Also the fix for this is in the following:

$.fn.audioSlideshow = function(options){ var settings = { jPlayerPath: "THIS PATH NEEDS TO BE CORRECTED IN THE DEMO",

$jPlayerObj.jPlayer({ ready: function () { $.jPlayer.timeFormat.padMin = false; $(this).jPlayer("setMedia", { mp3: $that.attr('data-audio') }); }, solution:"html,flash", swfPath: settings.jPlayerPath, supplied: settings.suppliedFileType, preload: 'auto', cssSelectorAncestor: "" });

You have to include "Solution" and make sure the path to the swf is correct or the demo won't work in FF and a few other browsers.

tylercraft commented 11 years ago

Thanks for the comment. I let Codrops know this shortly after it was posted, but it was never updated. Sadly that's out of my control.