I created a dashboard using Xcelsisu 2008 and Flynet Viewer. When I click the preview button all works fine but when I Export to flash I get the following error:
"Error #2048: security sandbox violation: file... Cannot load data from ..."
I added the following crossdomain.xml to the folder where I host my webservice:
<?xml version="1.0"?>
http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-http-request-headers-from domain="" headers="" secure="false" />
<allow-access-from domain="*" secure="false" />
</cross-domain-policy>
Can someone help me?
Thx
Timothy