Closed (fixed)
Project:
Audio
Version:
6.x-1.0-unstable3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2009 at 13:04 UTC
Updated:
3 Mar 2009 at 14:30 UTC
I have a label and use the audio module on my site to propose our release to users..
This module is really powerfull but I see on the page code that when I use the 1pixelout Flash player if I "right-click -> show page source" I can see the full path of the audio file.. This is not a good idea because cleaver users can download our release (for free) only by coping the link on a new page..
So, is there a patch or a function to hide/hash the file path?
Thanks to all!!
Comments
Comment #1
vm commentedfeature requests aren't critical.
I'd think you should use the private file system and store the files above the public root where they cannot be accessed from a browser without being logged into your drupal site.
Comment #2
vm commentedtitle change to reflect the question
Comment #3
Mindexperiment commentedThat's what I need.. I set to private the file system folder and now the mp3 file is:
AudioPlayer.embed("mp3player_1", {soundFile: "aHR0cDovL3d3dy5ibGFja2JyGFjZV8tX015X0hvdXNlXzE5MmticHMubXAzA"});
Really good many thanks to all.. :O)
Comment #4
vm commentedComment #5
vm commented