bomb23 Posted April 10, 2009 Report Share Posted April 10, 2009 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! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/ Share on other sites More sharing options...
keltoi Posted April 10, 2009 Report Share Posted April 10, 2009 you come here with your technical questions and take, take, take... treat this place like a hotel. what do I get? eh? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide keltoi's signature Hide all signatures Reveal hidden contents Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1008529 Share on other sites More sharing options...
Joyrex Posted April 10, 2009 Report Share Posted April 10, 2009 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. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Follow WATMM on Twitter: @WATMMOfficial Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1008559 Share on other sites More sharing options...
Joyrex Posted April 10, 2009 Report Share Posted April 10, 2009 This is a good player, and here's a thread doing what you need to do: http://www.longtailvideo.com/support/forum...3-path-with-php Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Follow WATMM on Twitter: @WATMMOfficial Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1008566 Share on other sites More sharing options...
beneboi Posted April 10, 2009 Report Share Posted April 10, 2009 yea, but you can still download the file with flashgot Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1009083 Share on other sites More sharing options...
Bob Dylan Posted April 10, 2009 Report Share Posted April 10, 2009 (edited) Dude if you can hear it, you can download it. You'll never be able to battle against Edited April 10, 2009 by Philip Glass Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Bob Dylan's signature Hide all signatures *** This announcement is brought to you by the Shimago-Dominguez Corporation *** helping America into the New World... Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1009107 Share on other sites More sharing options...
Guest EDGEY Posted April 11, 2009 Report Share Posted April 11, 2009 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 Quote Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1009315 Share on other sites More sharing options...
Ego Posted April 11, 2009 Report Share Edit Hide Delete Posted April 11, 2009 (edited) 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 April 11, 2009 by Ego Quote Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1009320 Share on other sites More sharing options...
autopilot Posted April 11, 2009 Report Share Posted April 11, 2009 (edited) http://www.premiumbeat.com/ The player accesses an xml file with the track locations in it, which you can name anything you want. Edited April 11, 2009 by autopilot Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1009323 Share on other sites More sharing options...
producer snafu Posted April 11, 2009 Report Share Posted April 11, 2009 if i can hear it i can record it Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide producer snafu's signature Hide all signatures i Luh Clouds! https://linktr.ee/producer_snafu http://www.last.fm/user/producersnafu -=<()>=- Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1009329 Share on other sites More sharing options...
Guest EDGEY Posted April 11, 2009 Report Share Posted April 11, 2009 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). Quote Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1009456 Share on other sites More sharing options...
Guest EDGEY Posted April 11, 2009 Report Share Posted April 11, 2009 I forgot there's also that URL ReWrite Module (thats what it is for IIS, I think it's even easier with UNIX boxes with mod rewrite or something?), then you can just toss everything behind the firewall, and access it without providing public links... Quote Link to comment https://forum.watmm.com/topic/44547-embeded-mp3-player-widget-flash/#findComment-1009465 Share on other sites More sharing options...
Recommended Posts