  | | | Can JSFL load external data? | Can JSFL load external data? 2004-05-27 - By Guy Watson - FlashGuru LTD
Back Hi Marco,
You will need to download the JSAPI FileSystem Extension from http://www.flashguru.co.uk/files/FileSystem.mxp
This adds numerous JSFL functions to the API which allow you to read content from external files using:
FileSystem.readTextFile("file:///C:/myText.txt")
:)
> This is what I'd like to achieve: > load variables from an external source (xml/txt), so that I can parse this info, build via JSFL some objects/arrays, and then re-use > these objects/arrays to create keyframes and write some AS lines of code in them. > > This procedure could seem quite odd, but I have a 'loader' file I can't modify and some target files with hundreds of keyFrames to > be changed. > Any hints about getting this done? > Thanks in advance > MB > > > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > Extendflash mailing list > Extendflash@(protected) > http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk > >
Kind Regards Guy
-- ---- ---- ---- ---- ----- FlashGuru LTD Flash Programming & Design -- ---- ---- ---- ---- -----
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Extendflash mailing list Extendflash@(protected) http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk
|
|
 |