Hi folks, I need to know how can I pass the url of an uploaded file. I'm using jquery media to play mp3 or flv files and the code looks like this:
<a class="media" href="{{=URL('download')}}/{{=audio.filepath}}"></a>
and the player is rendered by:
$('a.media').media( { width: 300, height: 20 } );
The script is loaded correctly, but the href value it seems to be wrong.
Any ideas?
Thanks,
Eduardo Lopes.
--

