RE: [flexcoders] Sandbox errors in Flex when using BitmapData.draw();

2007-04-23 Thread Dirk Eismann
oders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hilary Bridel Sent: Monday, April 23, 2007 7:31 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Sandbox errors in Flex when using BitmapData.draw(); In my case I dont have co

Re: [flexcoders] Sandbox errors in Flex when using BitmapData.draw();

2007-04-22 Thread Hilary Bridel
In my case I dont have control of the remote domain, so I cant do nuffink about it! Would just have been nice to do effects on a live streaming video ;-) Hilary -- On 4/23/07, Bjorn Schultheiss <[EMAIL PROTECTED]> wrote: Hey Hilary, The guys at cynergy claimed they had a solution http://

Re: [flexcoders] Sandbox errors in Flex when using BitmapData.draw();

2007-04-22 Thread Bjorn Schultheiss
Hey Hilary, The guys at cynergy claimed they had a solution http://www.cynergysystems.com/blogs/page/karljohnson? entry=working_around_security_sandbox_errors But this is 101, i mean the only difference i can see with my implementation is that they're using mxml and binding for the loaderC

Re: [flexcoders] Sandbox errors in Flex when using BitmapData.draw();

2007-04-22 Thread Hilary Bridel
Hi Bjorn, I don't think it will allow you to do this for a remote domain. See Docs for BitMapData: "The source object and (in the case of a Sprite or MovieClip object) all of its child objects must come from the same domain as the caller, or must be in a SWF file that is accessible to the caller

[flexcoders] Sandbox errors in Flex when using BitmapData.draw();

2007-04-22 Thread Bjorn Schultheiss
Hey, I'm getting an annoying error when i try to do a bitmap draw of an image loaded via a remote domain. **Error: A policy file is required, but the checkPolicyFile flag was not set when this media was loaded** To confirm i have a breakpoint where i set the source of the image tag, and i