我目前正在使用此脚本使用 jsfl 将文件导入我的库
var dom = fl.getDocumentDOM();
uri = "file:///c|/sound.png"
dom.importFile(uri,true);
是否可以将本地地址 file:///c|/sound.png 替换为网址,例如。http://website.com/folder/sound.png?
我目前正在使用此脚本使用 jsfl 将文件导入我的库
var dom = fl.getDocumentDOM();
uri = "file:///c|/sound.png"
dom.importFile(uri,true);
是否可以将本地地址 file:///c|/sound.png 替换为网址,例如。http://website.com/folder/sound.png?