Well, I can't reproduce this now. Running the app does not generate these warnings anymore. Maybe a transient failure to read the crossdomain.xml file or something.
On Mon, Jul 14, 2008 at 6:58 PM, Henry Minsky <[EMAIL PROTECTED]> wrote: > I am seeing these errors in the Flash log when I run lzpix in swf9 > > > SecurityDomain 'http://127.0.0.1:8080/trunk4/demos/lzpix/app.lzx' > tried to access incompatible context > 'http://static.flickr.com/40/107482615_186edb2fc2_t.jpg' > *** Security Sandbox Violation *** > SecurityDomain 'http://127.0.0.1:8080/trunk4/demos/lzpix/app.lzx' > tried to access incompatible context > 'http://static.flickr.com/40/107482615_186edb2fc2_t.jpg' > > > So, what is going on? > > That site has a crossdomain.xml file > > wget http://static.flickr.com/crossdomain.xml > > <?xml version="1.0"?> > <!DOCTYPE cross-domain-policy SYSTEM > "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> > <cross-domain-policy> > <allow-access-from domain="*" /> > </cross-domain-policy> > > > So why would I be getting a security violation? This is clearly > different behavior than in swf8. Anyone know what > needs to be done to allow these requests to go out from the app? > > > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] > -- Henry Minsky Software Architect [EMAIL PROTECTED]
