How to convert mx:HTTPService to js:HTTPService ?
<mx:HTTPService id="save_data" url="some/php/service.php" useProxy="false"
method="POST"
resultFormat="text" result="save_data_resultHandler(event)"
showBusyCursor="true">
<mx:request xmlns="">
<param1>{value1}</param1>
<param2>{value2}</param2>
<param3>{value3}</param3>
</mx:request>
</mx:HTTPService> I don't see <js:request> Regards, Choirul -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
