<?xml version="1.0"?>
<!-- in case the proxy is not on the same (sub)domain
     use this crossdomain file as a template. 
     Has to be put to the root folder of your domain.
-->
<cross-domain-policy>
  <allow-access-from domain="*" />
  <allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>
