josephrmoore / mp3player

An AJAX MP3 player to add to your site.
http://josephrogermoore.com
14 stars 7 forks source link

Firefox Problem #2

Open josephrmoore opened 13 years ago

josephrmoore commented 13 years ago

Loding eternally on FF. Some problem with the PHP logic and feature detection.

jschne88 commented 11 years ago

Was this ever addressed? This script works great in chrome but gets stuck on loading in Firefox and IE.

josephrmoore commented 11 years ago

No it wasn't. I haven't worked on this project for awhile. But if you or anyone else wants to, I'll check out any pull request that comes my way and integrate good choices and give you a credit in the source. I hope to come back to it some day, but no immediate plans.

jschne88 commented 11 years ago

Ok cool. I looked into it briefly and it seems to be an issue with a missing getoggs.php file that the javascript is calling. It looks like you're using it as a fallback since Firefox can't play mp3s. I'll see what I can do about it if I get some time.

On Mon, Jul 22, 2013 at 11:19 AM, Joe Moore notifications@github.comwrote:

No it wasn't. I haven't worked on this project for awhile. But if you or anyone else wants to, I'll check out any pull request that comes my way and integrate good choices and give you a credit in the source. I hope to come back to it some day, but no immediate plans.

— Reply to this email directly or view it on GitHubhttps://github.com/josephrmoore/mp3player/issues/2#issuecomment-21351416 .

Jared Schneiderman