Re: [flexcoders] Calling Webservice from disk to http

2007-04-12 Thread Ben
PROTECTED] flexcoders%40yahoogroups.com Sent: Wednesday, April 11, 2007 3:05 PM Subject: [flexcoders] Calling Webservice from disk to http Hi All, Very strange thing happening to me. I have a local based Flex2 swf which calls a http based webservice. When i build the app (launches in browser with url

Re: [flexcoders] Calling Webservice from disk to http

2007-04-12 Thread Muzak
That is correct ;-) regards, Muzak - Original Message - From: Ben [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 12, 2007 9:23 AM Subject: Re: [flexcoders] Calling Webservice from disk to http Tnx guys, that did the trick. So when going online, this won't be a problem

Re: [flexcoders] Calling Webservice from disk to http

2007-04-12 Thread Ben
: [flexcoders] Calling Webservice from disk to http Tnx guys, that did the trick. So when going online, this won't be a problem if the swf is loaded of the same domain right? If it happens to be loaded from another domain, the solution is to add a crossdomain.xml to the webservive server? Tnx

[flexcoders] Calling Webservice from disk to http

2007-04-11 Thread bnsmeets
Hi All, Very strange thing happening to me. I have a local based Flex2 swf which calls a http based webservice. When i build the app (launches in browser with url like file://etc.) the webservice is called and results are returned. (isn't this supposed to be illegal by the sandbox definitions?).

RE: [flexcoders] Calling Webservice from disk to http

2007-04-11 Thread Peter Farland
Are you launching the application from Flex Builder? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bnsmeets Sent: Wednesday, April 11, 2007 3:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Calling Webservice from disk to http

Re: [flexcoders] Calling Webservice from disk to http

2007-04-11 Thread Muzak
: Wednesday, April 11, 2007 3:05 PM Subject: [flexcoders] Calling Webservice from disk to http Hi All, Very strange thing happening to me. I have a local based Flex2 swf which calls a http based webservice. When i build the app (launches in browser with url like file://etc.) the webservice is called