Re: [Flashcoders] Error #2101 - String passed to URLVariables.decode() ... must be URL encoded...

2010-02-10 Thread Karim Beyrouti
That's what i thought however, i just found the error ( spent best part of 2 hours on this )... it was the ampersands at the start of the query string that really messed things up for flash... Thank for the reply ...Glen Cheers Karim On 10 Feb 2010, at 15:51, Glen Pike wrote: > Hi, > >

Re: [Flashcoders] Error #2101 - String passed to URLVariables.decode() ... must be URL encoded...

2010-02-10 Thread Glen Pike
Hi, Is it the fact that your ampersands are not encoded as & ? Glen Karim Beyrouti wrote: Hello List - I am using 'URLLoader' to get some data from the server and get an error: Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string contain

[Flashcoders] Error #2101 - String passed to URLVariables.decode() ... must be URL encoded...

2010-02-10 Thread Karim Beyrouti
Hello List - I am using 'URLLoader' to get some data from the server and get an error: Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs. The dataFormat is set to : URLLoaderDataFormat.VARIABLES; The Data source is