You need to encode mp3 with 44KHz.
Add the parameter <param name=”wmode” value=”transparent”/>
to <object>
instead of <param name=”bgcolor” value=”#000000”/>
.
When the file is in a different domain, there is a security of the Flash Player. It is necessary to create a crossdomain.xml
file at the root of the site hosting the file. It must contain the domains authorized to load the files.
If the player is hosted on resources.neolao.com
and loads the video on http://download.neolao.com/medias/config.txt
, it is necessary to create the following XML file (http://download.neolao.com/crossdomain.xml
) :
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="resources.neolao.com" secure="false" /> </cross-domain-policy>