Posts: 84
Location: Brussels, Belgium
|
What's the best way to protect mp3 or other files you have in a flash player like this:
Url: http://flash-mp3-player.net/
The code:
Quote:
|
<object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3.swf" width="200" height="20"> <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3.swf" /> <param name="bgcolor" value="#ffffff" /> <param name="FlashVars" value="mp3=http%3A//flash-mp3-player.net/medias/another_world.mp3" /> </object>
|
It's just an example of a simple flash player.
But how can you avoid people downloading the mp3's?
I'm making a website for a friend his music band, and he wants some mp3's on it to play in a flash player, but he wants the mp3s protected.
Can I do it with something simple like:
- htaccess
- chmod files
- no-right-click for source
- encrypt the whole html
- ...
Those things don't look secure to me.
How would you guys do it? Or what's the best solution?
Is there a solution without making up some database with sql or php protected scripts?
-
Last edited by Bulevardi; 11-28-2008 at 12:43 PM..
|