I have a site where I need to play a mp3 file specific to the listing. The file needs to play in the same browser window (instructions from the client). I found a js/swf player (WordPress Audio Payer standalone version) that works on my local machine (Windows running WAMP), but when I send it to the live server (Linux with Apache), it buffers continually and doesn't play.
I found a website that said I need to modify the htaccess file to recognize flash media. This is what it said to add, and I did that with no improvement.
# Macromedia tells the server how to deal with swf files
AddType application/x-shockwave-flash swf
AddType audio/mpeg mp3
What am I doing wrong?