--- In [email protected], "shemeshkale" <[EMAIL PROTECTED]> wrote: > > i get this error, but only on IE. on FF it doesn't show: > > Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security > sandbox violation: LocalConnection.send: mymachinename cannot access > http://mymachinename:8087/app/app.swf. > > what does it mean? >
If you want to access a local-connection which is in different domain, then receiving local-connection side, need to give the permission to your domain. For this use the allowDomain method of the LocalConnection. Regards, Ahmed

