How about the cancel method of HTTPService?

Best regards.

--- In flexcoders@yahoogroups.com, "sailorsea21" <[EMAIL PROTECTED]> wrote:
>
> Hi everyone,
> 
> I have an HTTPService that I load in a module. When I unload the module 
> the HTTPService keeps working...
> 
> This is my HTTPService:
> <mx:HTTPService url="test.php" method="POST" id="rate" useProxy="false" 
> result="getRate(event)" fault="FaultHandler()" showBusyCursor="true"/>
>  
> I start my HTTPService with the following command:
> rate.send();
> 
> What command can I use to kill the HTTPService when I unload my module?
> 
> Thanks.
>



Reply via email to