Closed (fixed)
Project:
Audio
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 20:34 UTC
Updated:
11 Nov 2009 at 01:00 UTC
I am making a module for integrating soundplayer2 as cck formater and would like to use audio url_play to play witth SoundManager2. For that, I need a filelink (so must end with .mp3)
I made a patch the same way the problem with itunes and other feed readers for the download link.
| Comment | File | Size | Author |
|---|---|---|---|
| audio.patch Make the play link appear as a real mp3. | 875 bytes | davebv |
Comments
Comment #1
davebv commentedSorry, my problem is solved (or so I think) so this patch is not needed anymore.
I just generated the play link such as
print $content->url_play .'/'. $content->audio['file']->filename ;and seems to work.Comment #2
david lesieur commented