I'm writing a site in Django that involves playing music, and so I needed an mp3 player.
I don't know Flash, and don't really have a desire to learn it, so when I found http://github.com/breily/jquery.player.js/tree/master I was pretty happy. It worked great.
Well on my development server anyway. To serve the static files for my site, I have a subdomain, and best I can tell, the whole flash crossdomain.xml, policy file issue is preventing the audio from playing on my page.
Any ideas? Is there an easy fix for this that I'm not thinking of? Or do I need to learn actionscript and recompile briely's music.as and figure out a way to have it check the policy file. Or is this not the problem at all?