Hello all, hope you all are doing good. I have a question on how to
build the Flex RemoteObject method in action script. I am having
troubles doing this. Here is my RemoteObject:
<mx:RemoteObject id="myservice" fault="faultHandler(event)"
showBusyCursor="true" source="tutorials.HelloWorld" destination="amfphp">
<mx:method name="sayHello" result="resultHandler(event)" />
</mx:RemoteObject>
Can someone take the above code and do it in acitonscript? It is not
that I want someone to do my work, I am having a hard time finding
data to do this. Most examples are in Flash and for some reason they
do not work right in Flex.
Thanks for all the help,
timgerr