0

I'm writing a Flash script that will need to pull data from Domain A, is hosted on Domain B, and appears on the web page of Domain C (.swf is pulled from Domain B).

My question is this - I have limited abilities to modify the crossdomain.xml file on Domain A - will things work if I tell Domain A's crossdomain.xml to allow calls from Domain B but not Domain C?

Dave Cole
  • 2,446
  • 2
  • 20
  • 26

2 Answers2

1

It should work as the domain of the SWF is B, not C. I assume you will just embed it there, won't you?

Fygo
  • 4,555
  • 6
  • 33
  • 47
  • Yeah the embed in Domain C will load the SWF from Domain B. I just wasn't sure which one mattered in a situation like that. – Dave Cole Jan 08 '14 at 21:03
1

the call to pull data from domain A is from the swf whos url is from domain B

http://www.domainB.com/my.swf is loading http://www.domainA.com/api.php

http://www.domainA.com/crossdomain.xml needs to allow domainB

mihai
  • 4,184
  • 3
  • 26
  • 27