Re: [xml-dev] Re: Javascript and plugging holes

From
Bill Lindsey <>
To
Date
2010-12-10T20:33:38Z
ID
<>
Thread
Re: [xml-dev] Re: Javascript and plugging holes
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