Thanks guys! the crossdomain.xml file seemed to fix the problem!
----- Original Message ----- From: Juan Pablo Califano <[EMAIL PROTECTED]> Date: Wednesday, September 10, 2008 10:41 am Subject: Re: [Flashcoders] working with AS3 and php/mysql to send and retrieve info from database To: Flash Coders List <[email protected]> > 1) You can place a crossdomain xml in the public root that allows > connections from *.boyd-speer.com. > 2) You can place the same crossdomain somewhere else and load it > explicitly(loadDomainPolicy() if I remember right) > 3) You can use the same sub-domain in both cases (www.boyd- > speer.com) and it > should work without further ado. > (Right now, the problems is that both sub-domains don't match) > > Cheers > Juan Pablo Califano > > > 2008/9/10, BOYD SPEER <[EMAIL PROTECTED]>: > > > > I now am getting the error: > > Error #2044: Unhandled securityError:. text=Error #2048: > Security sandbox > > violation: http://boyd-speer.com/autoinfo/Irish/src/Irish.swf > cannot load > > data from http://www.boyd- > speer.com/autoinfo/Irish/src/php/addstudent.php.> > > I tried placing this: > > Security.allowDomain('http://www.boyd-speer.com'); > > before the "try/catch" code that causes the error but no luck... > > > > any ideas? > > Thanks, > > _Boyd > > _______________________________________________ > > Flashcoders mailing list > > [email protected] > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

