View Full Version : why my jsfl not working
saumya
06-28-2005, 07:46 AM
hi, i have a simple jsfl which should open one dialogue box to select file and then it should open the required file.Now it opens the dialogue box but when i select afile and say open it does not open it !! why? the code in the jsfl is
fl.browseForFileURL("open", "Select file");
jjbilly
06-29-2005, 01:51 PM
This line just opens the dialogue and allows it to be used, unfortunately; other than that, it's dumb. You need to store the result in a variable, and then you can separately open this file using fl.openDocument().
hangalot
07-05-2005, 11:45 AM
thats the 1 major oversignt in the jsfl api
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.