Jump to content
IGNORED

embeded MP3 player widget (flash?)


Recommended Posts

Can anyone recommend an MP3 player widget that hides the URL of the MP3 file so the user can't download it? I like the one used here (WATMM) but it's too easy to download the file. Is hiding the playlist or direct link an option?

 

I was looking at XSPF, but the problem with it is that you can easily access the playlist, which then gives you the URL to the MP3 file.

 

thanx!

Link to comment
https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/
Share on other sites

you come here with your technical questions and take, take, take... treat this place like a hotel.

 

what do I get? eh?

jjbms1.jpg

 

  Reveal hidden contents

 

  bomb23 said:
Can anyone recommend an MP3 player widget that hides the URL of the MP3 file so the user can't download it? I like the one used here (WATMM) but it's too easy to download the file. Is hiding the playlist or direct link an option?

 

I was looking at XSPF, but the problem with it is that you can easily access the playlist, which then gives you the URL to the MP3 file.

 

thanx!

 

You're going to need a script (PHP would work) to pass the URL through so the player can access it, but the URL is hidden.

 

Do a Google Search for "Mp3 player protected path" (without quotes) and see what comes up.

 

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

Dude if you can hear it, you can download it. You'll never be able to battle against

Edited by Philip Glass

*** This announcement is brought to you by the Shimago-Dominguez Corporation

*** helping America into the New World...

Guest EDGEY
  Philip Glass said:
Dude if you can hear it, you can download it. You'll never be able to battle against

I built my own custom flash player, with an encrypted URL being passed to it, that only plays 90 seconds of an MP3. Works for me: http://www.edgey.net

http://www.edgey.net/mp3mp3mp3mp3mp3mp3/EDGEY--[replaced, don't want to spread your links ;)].mp3

 

Great encryption. :)

 

You'll really need PHP to lock out most of the users. You can generate a UUID in Flash, encrypt that, store it in the database. Apart from decompiling and finding out the MD5 or SHA1 hash, there's no way to request the MP3 twice with the same url.

Edited by Ego

http://www.premiumbeat.com/

 

The player accesses an xml file with the track locations in it, which you can name anything you want.

Edited by autopilot
Guest EDGEY
  Ego said:
Great encryption. :)

I never got around to finishing it - I had an "offset" to the encryption method so it would change according to the computer clock, but turned out to be too buggy, the passed variables could wind up being different the decryption variable, and the software could stop working... the next step was to put everything behind the www root, and then use an octet stream mime type (which would just prompt a "save as" dialog modal towards an empty file with the wrong header type) to pass it back and actually stream it (which is probably the safest method), and remove it from the public side of the server alltogether. It's a work in prgress (I'd rather program beats, than program code).

Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   1 Member

×
×