i donĀ“t invoke the resultFunction, i need 
invoke a serviceFunction without result Function, 
like other local function.
because, i need the result in the same method:

example, 

public function focusOutHandle( e:Event): void{
         ....
      var data:Object = "invoke remote Object sync";
         ....
         ....
       /*working with data variable */
      data.set.... .;
      data.get.... .;
      trace(data);
}

the variable data, recive the result of invoke remote object in sync way, i 
need manipulete the result into de focusOutHandler.
The invoke to remote object is like a local function, is it posible?

thanks


Reply via email to