image - Import file with JSFL -
i current using script import file library using jsfl
var dom = fl.getdocumentdom(); uri = "file:///c|/sound.png" dom.importfile(uri,true);
is possible replace local address file:///c|/sound.png web adress eg. http://website.com/folder/sound.png ?
Comments
Post a Comment