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.
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!