The Flex compiler ultimately converts the metadata tags into AS code
during compilation. In case of [RemoteClass], it rougly gets converted
to the what I wrote in my earlier response.As regards the second
question, here you can get access to the result of the RemoteObject.var
token:AsyncToken =
remoteObject.echo1(myDupa);token.addAsyncResponder(resultFunc,
faultFunc));public function resultFunc(r:ResultEvent, t:Object = null) {
room = r.result as Room;}public function faultFunc(f:FaultEvent,
t:O...