I’m building a website with a music player, I’m using jPlayer.
Every song is in both mp3 and ogg format in my playlist.
I’m working on localhost, visual studio 2010 dev server.
- Chrome – Plays fine
- Firefox – Does not play but calls the right file on the server
- Opera – Plays fine
- Safari (Windows) – Plays fine
- IE9 – Plays fine
- IE8/7 – Do not do anything
since jPlayer.js and jplayer.swf are in the same folder I set swfPath = “” ; I /also/tried/absolute/path but did not change anything..
Hey I got it to work since! I think the problem was related to ASP.NET Routing because as soon as I moved jplayer.swf to the root of the site it worked in all browsers!