I’m developing an Adobe Air app using JavaScript. I want to get HTML content of another website page, but I can’t do it.
Requirement: cross-domain and no server.
Example: get HTML content of page “www.google.com” using JavaScript, which runs locally, no server.
Thanks for your help.:)
I don’t know anything about Adobe AIR, but a quick google search of “adobe air api” lead me to URLRequest.
It suggests that Adobe AIR is not restricted by the same security limitations as browsers when it comes to the same-domain policy.