Skip to main content
Inspiring
May 5, 2014
Answered

cross domain file

  • May 5, 2014
  • 4 replies
  • 742 views

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?

This topic has been closed for replies.
Correct answer kglad

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.

4 replies

Inspiring
May 6, 2014

Thank you , it works fine now.

kglad
Community Expert
Community Expert
May 6, 2014

you're welcome.

Inspiring
May 6, 2014

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.

kglad
Community Expert
Community Expert
May 6, 2014
Inspiring
May 6, 2014

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?

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
May 5, 2014

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.