cancel
Showing results for 
Search instead for 
Did you mean: 

Error 2170

0 Kudos

Hi,

I have an xclesius chart that calls a web service, this works well in Xcelsius but when I export a flash object and open this I get a 2170 error. Why is the service working in Xcelsius and not in the swf file?

Regards,

Joe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/runtimeErrors.html\

2170 - Security sandbox violation: %1 cannot send HTTP headers to %2

If it's local, you need to enable settings in the security settings manager:

http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

If it's remote, you need to add a properly written crossdomain.xml file to the root folder of the server:

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14213

Answers (0)