add a fault listener and see if that does anything
----- Original Message ---- From: Rafael Faria <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, February 14, 2008 6:41:05 PM Subject: [flexcoders] HTTPService - POST problem any idea why the following code wont post any data? var formValues:Object = {submit: 'submit'}; var submit:HTTPService = new HTTPService( ); submit.url = 'http://myurl. com/service'; submit.resultFormat = "object"; submit.method = "POST"; submit.addEventList ener(ResultEvent .RESULT, function(e:ResultEv ent):void { trace('result' ); }); submit.send( formValues) ; ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping

