[Flashcoders] error 2101 urlvariables decode

2011-01-18 Thread David Hunter
Happy New Year everyone! Recently updated a site that has a registration form which is now throwing an error. I didn't change anything to do with the form. It now throws an error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs.

Re: [Flashcoders] error 2101 urlvariables decode

2011-01-18 Thread Karl DeSaulniers
What version of php was that file made for and what version of php do you have on the server? or better yet, did they upgrade the php on your server to a newer version. that may make an old php file not send anymore. JAT Karl Sent from my iPhone On Jan 18, 2011, at 8:01 AM, David Hunter

RE: [Flashcoders] error 2101 urlvariables decode

2011-01-18 Thread David Hunter
Thanks for the response Karl. the php version is 5.2.5 and I don't think it changed recently. It seems lots of people are reporting this problem with CS4/CS5 and FP10. none of the solutions on google seem to be helping. I have tried encoding the URLLoader.data as variables and as text, on the

Re: [Flashcoders] Call method by name: A few questions...

2011-01-18 Thread Micky Hulse
Here is my latest solution: Document class: === import com.foo.util.GoogleMaps; ... _map.controls = ['PositionControl', 'ZoomControl', 'MapTypeControl', 'ScaleControl', 'OverviewMapControl']; === Here's com.foo.util.GoogleMaps: === import

Re: [Flashcoders] error 2101 urlvariables decode

2011-01-18 Thread Karl DeSaulniers
Hi David, I am not sure about your mailer, as I am an old AS2 head. lol But I have a sendmail_generic php script you could try to see if it works over yours. It is set up to work with flash and html alike. Instructions are in the comments in the script.