Skip to main content
Participant
November 13, 2008
Question

Load text file from different web site?

  • November 13, 2008
  • 1 reply
  • 362 views
I want to load some text data from a third party web site (I guess I need to use URLLoader) but everything I'm reading says the Flash player security will prevent this because it's coming from a different domain. Isn't there any way around this? How else could a Flash RSS reader work - you can't possibly get all web site sources to include a cross-domain policy file. I would have to believe there must be some way to load text from an arbitrary URL.

I am an Actionscript newbie - is this is possible, any pointers to examples on doing this (allowing arbitrary URLs) would be appreciated.
This topic has been closed for replies.

1 reply

Ned Murphy
Legend
November 13, 2008
My guess is that this security feature is to protect property. So if you want to use someone else's property, you need their explicit permission to do so. I'm gonna keep an eye on this post because I'd like to know more about it myself.
tomk62Author
Participant
November 13, 2008
I hear you ... but ... I can get the text file I want through just about any other technology. I wanted to use Flash so I could make it, well, "flashy", but I could just as well load it into any server-side platform, parse it, and display it. The text files, and any rss feed for that matter, is out there for people to use.