I've searched around and couldn't find a viable solution to hide the filepath of the audio file when 'Viewing Source.' I came across this .htaccess method in a forum elsewhere:
#RewriteRule .*\.(mp3)$ - [F,NC,L]
It pretty much takes any URL that end with .mp3 and throws a forbidden page. While this works great if people want to copy the filepath into the browser or use software like Download Accelerator Plus, it also disables jPlayer from loading the audio file. Am I even inching toward the right direction? I'd like to use jPlayer's flash player, but I've read about browser compatibility issues.