RE: [flexcoders] Security Sandbox Violation when loading image

2005-10-25 Thread Alon J Salant
From: Kristopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 10:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Security Sandbox Violation when loading image   I'm trying to load some images from a different domain than the one my Flex app lives on. When I do

RE: [flexcoders] Security Sandbox Violation when loading image

2005-03-29 Thread Matt Chotin
, 2005 9:49 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Security Sandbox Violation when loading image   Well, I figured out why I was experiencing different behavior when pulling data in from an XML file vs. pulling it in via a remote object. My remote object method call was

RE: [flexcoders] Security Sandbox Violation when loading image

2005-03-29 Thread Dimitrios Gianninas
results of the RO call.   Jimmy Gianninas Software Developer - Optimal Payments Inc.   From: Kristopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 12:49 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Security Sandbox Violation when loading image Well, I figur

RE: [flexcoders] Security Sandbox Violation when loading image

2005-03-28 Thread Kristopher Schultz
Well, I figured out why I was experiencing different behavior when pulling data in from an XML file vs. pulling it in via a remote object. My remote object method call was returning an Array of objects which on the Java side were instances of a simple data object class I had created called

Re: [flexcoders] Security Sandbox Violation when loading image

2005-03-25 Thread Manish Jethani
On Fri, 25 Mar 2005 20:32:14 -0800, Matt Chotin <[EMAIL PROTECTED]> wrote: > wonder if Manish ran into this with the map example J The map sample loads images from the same host, but the flickr/delicious sample loads them directly from flickr.com. http://www.flexauthority.com/Samples/delicious/

RE: [flexcoders] Security Sandbox Violation when loading image

2005-03-25 Thread Matt Chotin
info on crossdomain).   Sorry, not very useful I know,   Matt   From: Kristopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 10:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Security Sandbox Violation when loading image   I'm trying to load

[flexcoders] Security Sandbox Violation when loading image

2005-03-25 Thread Kristopher Schultz
I'm trying to load some images from a different domain than the one my Flex app lives on. When I do, the debugger prints out a bunch of errors like this:   *** Security Sandbox Violation *** SecurityDomain 'http://myserver.com/index.mxml?debug=true' tried to access incompatible context 'h