For security reasons, Calaméo cannot access images or background music on other websites.
In order to load your background image or music in your publication, you must allow Calaméo to have access to it.
To authorize Calaméo to load images or sound, you must place a "crossdomain.xml" file containing the following text at the root of your domain:
<?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="*.calameo.com" />
</cross-domain-policy>
To load a Flash SWF animation as a personalized logo, background image or as a link in the publication, you must add the ActionScript code to the first page of your animation:a
System.security.allowDomain("www.calameo.com");