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?
It should work as the domain of the SWF is B, not C. I assume you will just embed it there, won't you?