Thanks codeSmith, that worked!
I follow the logic of the code but there's something I don't understand: I thought the absence of a crossdomain.xml file on a remote server prevented a file from being loaded at all, period. So how are you able to do it? What's the difference between accessing the lInfo.loader.content vs. lInfo.loader based on whether or not there's a crossdomain file?
Main Topics
Browse All Topics





by: codeSmithPosted on 2009-08-26 at 12:08:48ID: 25191101
Is there a crossdomain.xml file on the other servers you are trying to load the images from?
If not then the only real solution is the code snippet posted below.
Select allOpen in new window