[Flashcoders] Re: saving local (XML) files, two projectors talkin'

2008-08-28 Thread sebastian
ok well I haven't found any solutions for writing XML files to disk... how weird is that??? I've decided to go ahead and reprogram the whole XML reader so that it reads in SharedObjects instead... as I need to finish this project by Friday. It took a little while to figure out I had to use

Re: [Flashcoders] Re: saving local (XML) files, two projectors talkin'

2008-08-28 Thread Ian Thomas
Sebastian, You can achieve file writing and reading using one of the many available flash wrappers. I'd take a look at Northcode's SWFStudio: http://www.northcode.com/swfstudio.php or SWHX: http://www.haxe.org/com/libs/swhx Or Adobe's own AIR, but you would have to wrap your AS2 application in

Re: [Flashcoders] Re: saving local (XML) files, two projectors talkin'

2008-08-28 Thread sebastian
Thank you Iam for the information. Seeing as I was already half done portiong over my XML reader into a SharedObject reader, I just went ahead and finished the code conversion... However I am encountering one really frustrating issue, and I can't seem to find the solution... :( One of my

Re: [Flashcoders] Re: saving local (XML) files, two projectors talkin'

2008-08-28 Thread sebastian
ok I finally manged to resolve the issue, though I am still not sure why it was occurring. When in the writing SWF I moved the script away from the class file it was calling and just copy-pasted it into the calling object, it no loner was persistent... how odd... :/ ?? It would make more