I'm using FlowPlayer 3.0.7 with FlowPlayer audio 3.0.4 renamed to 3.0.3.

When I set SWF Tools - no download link in Views the player work's.

When I running this code

$files = array('05-pretty_ricky-smash.mp3');
print swf($files, array('params' => array('height' => '200', 'width' => '400')));

I'm receiveing some HTML with 200x400 container but player doesn't show. Why?

Comments

Toktik’s picture

I look at HTML, here is the flashvars param. It's doesn't contain mp3.

<param name="flashvars"  value="config=.mp3&amp;width=400&amp;height=200" />

But drupal doesn't giving error about file, if i set file name that doesn't exist, he is giving error. hm?