Re: [flexcoders] httpservice error #2032

2009-05-26 Thread Dave Cragg
On 26 May 2009, at 05:35, flexaustin wrote: _httpservice.url = /ditto/myfunction; Shouldn't that be _httpservice.url = ditto/myfunction; Cheers Dave Cragg

Re: [flexcoders] Re: speed of the for each looping

2008-12-11 Thread Dave Cragg
Could you clarify this? Does this non-guarantee apply to numerically indexed arrays and ArrayCollections too? Or just to associative arrays and object properties? The docs imply that the order is maintained by for...in with numerically indexed arrays. It would be a big change if that were

Re: [flexcoders] Unable to send HTTP parameters via Socket Digest Auhtorization

2008-04-03 Thread Dave Cragg
On 3 Apr 2008, at 22:11, e_baggg wrote: anyone see anything wrong with this?: POST /xmsv2/api/usermgmt/createUser.cmd HTTP/1.0 Host: www.example.com I don't think HTTP/1.0 supports the Host header. Can you try with HTTP/ 1.1 Authorization: Digest username=dev, realm=myapp,

Re: [flexcoders] Partial result from HTTPService call

2008-04-02 Thread Dave Cragg
Isn't using URLLoader a better way to download binary data such as jpeg files? It has a dataFormat property that can be set to binary, which delivers the data as a byteArray. My understanding of httpService is that it will try to parse the result depending on the setting of the