Closed (fixed)
Project:
SWF Tools
Version:
5.x-1.1
Component:
SWF Tools
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2007 at 07:14 UTC
Updated:
17 Apr 2010 at 22:12 UTC
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
Comment #1
simeHave a look in the flashvars section. Tweaking your flashvars you should get the answer. Please post your conclusions too.
Comment #2
Striatum commentedThese 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
Comment #3
simeThere 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.
Comment #4
Striatum commentedThe 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.
Comment #5
headkit commentedso how could i disable the link-icon to the sourcefile?
is there a conclusion found now?
Comment #6
headkit commentedyou can do so by changing code line 298 in wjiring.module:
$xml .= " <info></info>\n"; // before: $xml .= "<info>". $details['fileurl'] ."</info>\n";Comment #7
bryanpage commentedThe 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?
Comment #8
headkit commenteddid you delete your temporary xml-files?
Comment #9
bryanpage commentedI have now - that worked. Thanks headkit !!!
Comment #10
Stuart Greenfield commentedOver two years old!
I'm going to close the issue as part of queue maintenance.