外部网页:
function onDocumentLoaded(totalPages) //被flex中的as方法调用 { $FlexPaper().searchText("土地");//测试可成功调用 }
Flex项目:
protected function documentLoadedHandler(event:Event):void{ //2012-10-2 addExternalInterface.call("onDocumentLoaded"); dispatchEvent(event); }
转载于:https://www.cnblogs.com/Null2051/archive/2012/10/02/2710616.html
相关资源:JAVA上百实例源码以及开源项目