Create a really simple Flex project with just that code in it, and then use
the "-keep-generated-actionscript" compiler flag.
See
http://weblog.mrinalwadhwa.com/2007/07/09/flex-tip-of-the-day-keep-generated-actionscript/
Cheers,
Nate
On Mon, Sep 8, 2008 at 7:30 AM, markflex2007 <[EMAIL PROTECTED]> wrote:
> 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
>
>
>