PDA

View Full Version : URLLoader from different domain without crossdomain.xml


springframework
06-04-2007, 06:38 AM
I want to load text information from a site which i have no affiliation with.
therefor no crossdomain.xml file for me on the site.

the information can be accessed through a web browser so i assume that i should be able to load it into actionscript 3.0 with URLLoader.


i can use the Loader class to load an image from a site i have no affiliation with.

springframework
06-04-2007, 10:10 AM
answer:

i made a URLLoader.load() call to a php file on my server which can load text from a webpage on a different server.

http://www.jessecouch.com