Hey, is there any way of protecting my mp3s being used in the JW player from being downloaded if people follow the url in a 'play' link like this:
<a href="javascript:createplayer('folder/audio/track.mp3', true)">Play</a>
Am i going about this the wrong way...? I need a single player displayed on the page with text links to play different mp3s
thanks...
tom
I think you could 'hide' them in a playlist but that's making it harder rather than securing it.
The only way of stopping your files from being downloaded is (I believe) to use a rtmp connection. And then there are plenty of hoops to go through to make that secure.