actionscript 3 - File browse and open dialogs not working(opening) on AIR Windows -


enter image description herewe have many customers using our air application on mac , windows, 1 customer has issue, no file popup dialogs, opening, browse open, open button click handlers on air not on flash in browser there should not restrictions, unable find on google similar issues , not sure cause on machine , how fix it(if fix in code or tell customer configure) edit, here sample code

var browsefile:file = file.documentsdirectory; browsefile.addeventlistener(event.select, fileselected); browsefile.browsefordirectory("select local folder"); 

edit2 exception error: error #2014: feature not available @ time. @ flash.filesystem::file$/initdocumentsdir() @ flash.filesystem::file$/get documentsdirectorypath() @ flash.filesystem::file$/get documentsdirectory()

my problem use .swc uses code don't have source work around this. not aware functionality not work


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -