Flex_与java的通信

 

这个是我保留的通信的代码

amfEndPoint="http://localhost:8080/工程名/messagebroker/amf"; Remote.showBusyCursor=true; Remote.endpoint=amfEndPoint; Remote.函数.addEventListener(ResultEvent.RESULT,返回值处理函数); Remote.函数();

附件里是剩下的部分

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