file - Read content of folder without AIR in AS3 (no flash.filesystem) -


i'm working on project , need dynamically check in onhe of folder. idea have id of quest, , there folder name after id. code needs check if folder exist , if there in it. after that, show picture inside folder. goal have add picture in folder have them appear in game.

i tried find way check content of folder, need flash.filesystem, means need use air. air not work in firefox or other browser.

here website make me understood that:

http://www.experts-exchange.com/software/photos_graphics/web_graphics/macromedia_flash/q_26118847.html

how can explore content of folders then?

there absolutely no way explore local file system without user interaction in flash. if want it, must make air application, not browser-based. security feature imposed each browser (you can't in js either) , implemented identically adobe.

you can use filereference allow user select file(s) flash have access or save file, interaction filesystem possible without opening air (which not limitless. air, won't have full access file system , locked out of directories , prevented doing things)


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -