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