Basics: Allow Calaméo to access you skin
For security reasons, Calaméo cannot access files on other websites. In order to load your CSML file and your skin elements, you have to grant Calaméo access to it.
The crossdomain.xml file
To authorize Calaméo to load elements on your website, 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>
Ex. : If your website is http://www.mydomain.com, place the crossdomain file here http://www.mydomain.com/crossdomain.xml
You can also download the “crossdomain.xml” file to be placed on your server by clicking here.
