Hi all!

I use Wijering MP to play a playlist of mp3 files on my site. When I click in the middle of the player window, it links directly to the source mp3 file (and plays in Quicktime Player). Is there a way to disable any links to the source mp3 file, to make it a bit more difficult for the user to download the mp3 file?

Thanks!
Dominik

Comments

sime’s picture

Have a look in the flashvars section. Tweaking your flashvars you should get the answer. Please post your conclusions too.

Striatum’s picture

These are my Flashvars:

FlashVars="displaywidth=300&shuffle=false&linkfromdisplay=false&logo=http%3A//XXX&link=http%3A//www.myurl.com&width=500&height=200&overstretch=fit&file=playlistxml"

as you see, linkfromdisplay is set to false, but it still links to the source mp3

sime’s picture

There are forums at jeroenwijering.com that might help.

Swf Tools intends to interface with a lot of flash tools. I'm sorry, but I don't know the nitty-gritty of every api. But if I come across the reason I'll update this thread.

Striatum’s picture

The problem only occurs when an overlay image file is activated in the SWFtools settings. I do not know if it's a SWFtools or WMP issue.

headkit’s picture

so how could i disable the link-icon to the sourcefile?
is there a conclusion found now?

headkit’s picture

you can do so by changing code line 298 in wjiring.module:

$xml .= " <info></info>\n"; // before: $xml .= "<info>". $details['fileurl'] ."</info>\n";

bryanpage’s picture

The solution suggested by headkit above should work, but I've tried it and for some reason it only works if I point the player to a non-existent file. Does it only work in certain versions of the wjiring player? Any other solutions?

headkit’s picture

did you delete your temporary xml-files?

bryanpage’s picture

I have now - that worked. Thanks headkit !!!

Stuart Greenfield’s picture

Status: Active » Closed (fixed)

Over two years old!

I'm going to close the issue as part of queue maintenance.