Audio file was working fine using '1 Pixel Out MP3 Player'. Then I tried different options in SWF Tools – File handling like Generic MP3 player & FlowPlayer 3, None worked.

Switched back to '1 Pixel Out MP3 Player' and it is not working anymore, giving Error opening file. The player looked a bit different, too..

Any suggestions?

Comments

tcibah’s picture

Resolved it!

Found that when moved the site, forget to change the domain for swftools_media_url in settings.php

$conf = array(
'swftools_media_url' => 'http://mysite.com/abc/sites/default/files/audio', // No trailing slashes!
);