Skip to Content
0
Former Member
Mar 06, 2009 at 09:46 AM

Xcelsius error #21 with qaaws - crossdomain.xml

23 Views

Hi everyone,

I am receiving an error #2170 when I try to access xcelsius 2008 dashboards which are using qaaws components with login credentials.

I am aware that this is due to the flash global security settings.

I have found the following code that can be placed on the application server to apparently fix the problem when saved as crossdomain.xml

<?xml version="1.0" ?>

<!DOCTYPE cross-domain-policy (View Source for full doctype...)>

- <cross-domain-policy>

<allow-http-request-headers-from domain="" headers="" secure="false" />

<allow-access-from domain="*" secure="false" />

</cross-domain-policy>

Has anyone fixed this problem? I have been placing the crossdomain file in different locations on the application server but have not yet been able to load a dashboard without error?

When this file is placed in the correct location do we have to re-export the swf files?

Thanks for any help on this.