sparklywater
10-04-2009, 11:38 AM
If an mp3 file is uploaded as an attachment, it's variable URL is like this:
attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]
However I'm trying to use an embedded mp3 player which requires the attachment's URL to end with the extension '.mp3'. Is there any way to get the variable attachment URL to end in '.mp3'?
attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]
However I'm trying to use an embedded mp3 player which requires the attachment's URL to end with the extension '.mp3'. Is there any way to get the variable attachment URL to end in '.mp3'?