Active
Project:
Flowplayer API
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2011 at 03:11 UTC
Updated:
29 Aug 2011 at 03:11 UTC
Hi,
Flowplayer can be used to play mp3. But how can i do this with this module?
http://flowplayer.org/plugins/streaming/audio.html
i tried this, but didn't work:
$config = array('plugins' => array( 'audio' => array('url' => $link)) );
$output .= theme('flowplayer', $config, 'flowplayer-' . $myfile['fid']);
I need to declare the plugin because my filepath doesn't finishwith 'mp3'.
thanks