Hey guys! After installing some flash&javascript audio players on my website I see the source file url's can be seen in the page source(by just pressing view->source) Since the player is configured through javascript variables including the location of audio I'd like to know if there is a way to encyrpt these urls. I know it's possible to encyrpt the whole page with the right software, but is there any trick to masking these? Thank you very much!
you can encrypt even a smaller part from a page, but it can be decoded. There is no solution, you can only hide it, but smart ones will find a way to see it.
I'm pretty sure there is a way to put the audio files in a private section of your webserver, and set the permissions so only the script can access them, and they cannot be accessed directly. Google it. Good luck