Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cross domain file

Explorer ,
May 05, 2014 May 05, 2014

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?

TOPICS
ActionScript
666
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 05, 2014 May 05, 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.

Translate
Community Expert ,
May 05, 2014 May 05, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 06, 2014 May 06, 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 06, 2014 May 06, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 06, 2014 May 06, 2014
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 06, 2014 May 06, 2014

Thank you , it works fine now.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 06, 2014 May 06, 2014
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines