Project:Audio
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
audio.patch Make the play link appear as a real mp3.875 bytes

Comments

#1

Sorry, my problem is solved (or so I think) so this patch is not needed anymore.

I just generated the play link such as

<?php
print $content->url_play .'/'. $content->audio['file']->filename ;
?>
and seems to work.

#2

Status:active» fixed

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.