文章列表
flex代码:
<fx:Declarations>
<mx:RemoteObject
id="pencile"
destination="fcj"
result="testresult(event)"
endpoint="http://192.168.1.109:8080/remote/messagebroker/amf">
</mx:RemoteObject>
</fx:Declarations>
<fx:Scr ...