Copy link to clipboard
Copied
I am loading a xlsx file from a different domain, here are my swf and xlsx file links.
84.198.22.122:1234/xampp/xlsfeed/edit.xlsx
http://upload.seenspire.com/content/src/Index.swf
I get sandbox violation error,
I added cross domain xml file in the following path
http://upload.seenspire.com/crossdomain.xml
still I am getting same error, can you please help me to solve it?
the cross-domain file needs to be on the server with the xlsx file.
if you don't control that domain you can use a local php file to load the cross-domain xlsx file.
Copy link to clipboard
Copied
the cross-domain file needs to be on the server with the xlsx file.
if you don't control that domain you can use a local php file to load the cross-domain xlsx file.
Copy link to clipboard
Copied
Here I added the cross domain file, I still getting error.
http://84.198.22.122:1234/xampp/xlsfeed/crossdomain.xml
Can you help me?
Copy link to clipboard
Copied
Sorry the cross domain is in this path
http://84.198.22.122:1234/xampp/crossdomain.xml
But it is not working, please help me.
Copy link to clipboard
Copied
you need a cross-domain policy file in the root directory, http://www.adobe.com/devnet-docs/acrobatetk/tools/AppSec/CrossDomain_PolicyFile_Specification.pdf
Copy link to clipboard
Copied
Thank you , it works fine now.
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now