The mp3, if used with jquery media is made into a player, and the link disappears. I want my users to have the ability to hotlink to the file itself. Is there an easy way to enable that? That is, display the file link somewhere next to the player. Thanks.

Comments

wretched sinner - saved by grace’s picture

I would be interested in this also.

Ajaros’s picture

it is possible by editing line 316 of jquery.media.js to look like this:

opts.flashvars = $.extend({}, { file: src },{ link: src }, opts.flashvars );

it works for me, but i don't really have any coding skills and usually manage to achieve results by reading code and randomly adding things... there is probably better solution. im content with this one.