<mx:RemoteObject destination="webUserManager"
endpoint="http://"
id="webUserManager">
</mx:RemoteObject>
endpoint写错了,应该是下边
endpoint="http://localhost:8080/工程名/messagebroker/amf"
<mx:RemoteObject destination="webUserManager"
endpoint="http://"
id="webUserManager">
</mx:RemoteObject>
endpoint写错了,应该是下边
endpoint="http://localhost:8080/工程名/messagebroker/amf"