Oh i get it, the error has in :

>                       public function readyHelloWorld():void{
>                       // call web service function Is Ready   
>                               webService.HelloWorld(myInput.text); 
>                       }


correct to :


>                       public function readyHelloWorld(ready:LoadEvent):void{
>                       // call web service function Is Ready   
>                               webService.HelloWorld(myInput.text); 
>                       }

Seems going every just fine..
Thanks...

Reply via email to