[flexcoders] Security Sandbox Error Help

2010-02-09 Thread s_hernandez01
Quick question... If I'm developing a Flex app with php locally on my desktop, is there a way to avoid getting this error: SecurityError: Error #2122: Security sandbox violation: BitmapData.draw:.. What I'm doing is retrieving images from a mysql database on our web server and populating the

[flexcoders] Security Sandbox Error Help

2010-02-09 Thread s_hernandez01
Quick question... If I'm developing a Flex app with php locally on my desktop, is there a way to avoid getting this error: SecurityError: Error #2122: Security sandbox violation: BitmapData.draw: http://localhost/beta/SwebappsTest-debug/SwebappsTest.swf cannot access http://swebapps.com/beta/i

Re: [flexcoders] Security Sandbox Error

2007-04-20 Thread Rick Root
I'm posting a response I got off-list On 4/20/07, Matthew O'Meara <[EMAIL PROTECTED]> wrote: > > Likely when you are running from your dev environemnt it works fine, but > when you run it through a browser on another machine is when it fails. Here's the rub! I don't have a dev environment.

Re: [flexcoders] Security Sandbox Error

2007-04-20 Thread Rick Root
On 4/19/07, Alex Harui <[EMAIL PROTECTED]> wrote: What's the url of your swf? https://advanceweb.ads.duke.edu/entitylookup3/EntityLookup.swf. Loaded inside: https://advanceweb.ads.duke.edu/entitylookup3/index.cfm or sometimes: https://advanceweb.ads.duke.edu/entitylookup3/EntityLookup.ht

RE: [flexcoders] Security Sandbox Error

2007-04-19 Thread Alex Harui
What's the url of your swf? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Root Sent: Thursday, April 19, 2007 12:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Security Sandbox Error I get the following security

[flexcoders] Security Sandbox Error

2007-04-19 Thread Rick Root
I get the following security error from time to time: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox violation: LocalConnection.send: ads.duke.edu cannot access https://advanceweb.ads.duke.edu/entitylookup3/EntityLookup.swf. I can't seem to figure out why it happen