I've just finished a Flash project that collects data throughout its runtime and stores it all in an array. My question is how I can access that information. I've spent hours today trying to figure out how to save it to a text file, but I don't think it's possible (is it?). I've seen people talking about back ending with PHP (or something like that?). The thing is that I'm pretty far at the beginner stage of programming (started three weeks ago), and I have no idea what that means or how to do it. So would someone mind explaining to me how I can access the text in this array? Thanks!