On 7/14/05, Rostislav Hristov <[EMAIL PROTECTED]> wrote:
> > Example:
> > http://flash-ripper.com/experiments/browse-for-file/

from decompiling the settings manager, the code they use is:

        var filePath = System.security.chooseLocalSwfPath(1, intialPath);
        var dirPath = System.security.chooseLocalSwfPath(0, initialPath);

but I can't seem to get it to work in my own code. (to get around
errors in flash IDE, change it to
System.security['chooseLocalSwfPath'](0, initialPath) which compiles
to exactly same bytecode.)

-David R

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to