RE: [flexcoders] Re: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandb

2008-01-17 Thread Alex Harui
Could you be loading a SWF from a different domain and/or port from
where the html wrapper is deployed along with the history.html and
history.swf?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of shemeshkale
Sent: Thursday, January 17, 2008 4:34 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Error #2044: Unhandled SecurityErrorEvent:.
text=Error #2047: Security sandb

 

i just removed the history iframe from my html wrapper and the error
no longer pops.
but this is not good because i need the history management. 

what/why is it? how to solve?
(i m using felx builder 3 with 2.0.1 hf3 sdk)

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Muhammad Ahmed Ullah"
<[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> , "shemeshkale" 
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.
<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
>

 



[flexcoders] Re: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandb

2008-01-17 Thread shemeshkale
i just removed the history iframe from my html wrapper and the error
no longer pops.
but this is not good because i need the history management. 

what/why is it? how to solve?
(i m using felx builder 3 with 2.0.1 hf3 sdk)

--- In flexcoders@yahoogroups.com, "Muhammad Ahmed Ullah"
<[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com, "shemeshkale"  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
>




[flexcoders] Re: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandb

2008-01-17 Thread shemeshkale
> Same player versions ?

YES... both = Version 9,0,115,0 





[flexcoders] Re: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandb

2008-01-17 Thread Muhammad Ahmed Ullah
--- In flexcoders@yahoogroups.com, "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