<mx:HTTPService id="loader" url="http://localhost/tg.php" showBusyCursor="true" method="POST" />然后在 Button 的 click="loader.send(news_txt.text);",
首先你得定义一个 post的参var urlParms:URLVariables = new URLVariables();然后 需要你传的的东西需要用名字 urlParms.text=news_txt.text; 最后 click= ‘loader.send(urlParms)’