Soundmanager2’s visualizations can be missing if file is on remote host.
It uses flash (for visualization), so on remote host, create crossdomain.xml. For convenience, allow all:
<?xml version=”1.0″ ?>
<cross-domain-policy>
<allow-access-from domain=”*” />
</cross-domain-policy>
~