Hi, I want to use AS 3 do the same thing with following MXML code:
<mx:HTTPService url="{myURL}" id="myHTTPData" method="GET"
resultFormat="object">
<mx:request>
<mode>{mode}</mode>
<mode2>{mode2}</mode2>
<catid>{catid}</catid>
</mx:request>
</mx:HTTPService>
please give me a hit .Thanks for your help
MK

