[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

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 amp; ? 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