On 12/10/10 9:36 AM, Simon St.Laurent wrote:
> There are lots of security holes in JavaScript and the Web environment,
> and many of them happen to work on phones too now.
Another example: Flash ActionScript .swf files can load XML from other
domains if that domain hosts the appropriate policy file. ActionScript
also provides access to the containing document's javascript environment.
I have had occasion to use this to effect cross-domain loading of XML
and insertion into the DOM.
Won't work on an iPhone, though.
-Bill