I have a weird problem that is spooking me out. I am in the middle of testing a flash as3 app and when I make a POST to my web server like this: function POSTtoServer(url:String, callback:Function, postdata:Dictionary):void { var os_params:Object = new Object(); os_params[gadgets.io.RequestParameters...