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

vm’s picture

Priority: Critical » Normal

feature 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.

vm’s picture

Title: Hide audio full link on player » Hide path to file when viewing source code in browser

title change to reflect the question

Mindexperiment’s picture

That'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)

vm’s picture

Status: Active » Fixed
vm’s picture

Category: feature » support

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.