Question
Mobile AIR - FileReference browse() & .zip
I am trying to load a zip file which is in /mnt/sdcard/download/ on my Android phone. Using the following code:
m_fileReference = new flash.net.FileReference();
m_fileReference.browse();
But when I open the app and browse I am only able to see video, audio and image files. Does anybody know how I can load a zip file?
Thanks
--Matt
