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

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -