jsfl读取xml,图片,并生成swf
摘要:var newdoc = fl.createDocument();var doc = fl.getDocumentDOM();var URI = fl.browseForFolderURL("选择地图层文件","");var configXMLpath = URI+"/config.xml";var xml = XML(FLfile.read(configXMLpath));for each(var item in xml.item){ doc.importFile(URI+"/"+item.@file,true)
阅读全文
posted @ 2013-12-26 17:36