How do i handle Remote Method calls via AsyncToken?
问题 So here is the mxml i would like to get working: <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"> <fx:Script> <![CDATA[ import argoseye.main.Golem; import mx.collections.ArrayCollection; import mx.rpc.AsyncResponder; import mx.rpc.AsyncToken; import mx.rpc.Responder; import mx.rpc.events.FaultEvent; import mx.rpc.events.InvokeEvent