标签: image flash import jsfl
我目前正在使用此脚本使用jsfl
var dom = fl.getDocumentDOM(); uri = "file:///c|/sound.png" dom.importFile(uri,true);
是否可以用web地址替换本地地址file:/// c | /sound.png,例如。 http://website.com/folder/sound.png?