Hi,
I have no https server. I use weborb.dll to get/put data.
I the my flex app i include some *.swc (Flex Library Project). Do i
add Security.allowDomain(*) method in constructor method of this file?

Please help me!
Thanks

On Nov 2, 3:30 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote:
> Crossdomain file seems to be okay. Did you place the file in the root of the
> https server? You should be able to access the file when you 
> typehttps://localhost/crossdomain.xml
>
> Also try restarting the server after placing the crossdomain file.
>
> Regards,
> Venkatwww.venkatv.com
>
> On Sun, Nov 2, 2008 at 11:35 AM, kiet tuan <[EMAIL PROTECTED]> wrote:
> > Hi,
>
> > this is yy crossdomain.xml file :
>
> > <?xml version="1.0"?>
> > <!DOCTYPE cross-domain-policy SYSTEM "
> >http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";>
> > <cross-domain-policy>
> >     <site-control permitted-cross-domain-policies="by-content-type" />
> >     <allow-access-from domain="localhost" to-ports="*" secure="false" />
> >     <allow-access-from domain="*" to-ports="*" secure="false"/>
> >     <!--<site-control permitted-cross-domain-policies="master-only"/>-->
> > </cross-domain-policy>
>
> > Could you help me fix it?
>
> > Thanks
>
> > 2008/11/2 Venkat Viswanathan <[EMAIL PROTECTED]>
>
> > Hi,
>
> >> Your web service is in secure-http (https) and and the flex application is
> >> in normal http. Either put both - the flex application and the web service
> >> in the same server (either both on http or on https). Otherwise place a
> >> crossdomain.xml on the https server to allow access to the http server.
>
> >> Regards,
> >> Venkat
> >>www.venkatv.com
>
> >> On Sat, Nov 1, 2008 at 5:16 PM, mangrove <[EMAIL PROTECTED]> wrote:
>
> >>> Hi,
> >>> I am trying to call a .Net class from flex by using third party tool
> >>> webORB , i installed weborb,i created a project having reference to
> >>> this webORB virtual directory created automatically , i gone through
> >>> all the security issues and devlopement and deployment process, but
> >>> when i run my application it is works fine.
>
> >>> But when i Exports Release Build, i get error:
>
> >>> faultCode:Client.Error.MessageSend faultString:'Send failed'
> >>> faultDetail:'Channel.Security.Error error Error #2048: Security
> >>> sandbox violation:http://localhost/test12/testweborb.swfcannot load
> >>> data fromhttps://localhost/test12/weborb.aspx. url: 'https://
> >>> localhost/test12/weborb.aspx''
>
> >>> giving error like this.
>
> >>> I copied crossdomain.xml to root url , but still i am getting this
> >>> error .
>
> >>> Please can anybody help me.
>
> >>> Thanks,

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to