adobe air for flex(利用blazeds连接远程java服务)

与以前flex连接java大致相同,只是需要设置RemoteObject的endpoint属性

<mx:RemoteObject id="com" 
 destination="companyservice-all" 
endpoint="http://localhost/blazeds/messagebroker/amf " 
result="resultHandler(event)" 
fault="faultHandler(event)"/> 

 

你可能感兴趣的:(java,Flex,Adobe,AIR)