resultevent

flex editing ResultEvent result

hi, i have a textinput field which has autoComplete, i populate its dataprovider from a webservice. I assign the dataprovider with the result of a webservice call ac.dataProvider = e.result; however i now want to edit each field returned from the ResultEvent so i can add some more inforamtion, i tried doing some thing like this; va...

Call Java functions in Flex

Right now I'm trying to understand how Flex works with Java (Flex -> BlazeDS -> Java). I tried to follow THIS tutorial and everything works fine, I just don't understand why do we need to call java function this way: <mx:Script> <![CDATA[ import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; //...