I am trying to parse a text file I loaded in Actionscript 3.0, help please

Posted by Joe.F on Stack Overflow See other posts from Stack Overflow or by Joe.F
Published on 2010-04-21T20:56:23Z Indexed on 2010/04/21 21:03 UTC
Read the original article Hit count: 107

Filed under:
|

All I can find information on for the URLLoader object in Actionsript 3.0 involves loading XML files, which I don't want to do. I'm trying to load in a .txt file that I want to parse, line by line with each line being delimited by a comma. Anyone know a method of doing this or a place where I can find some information on how to do this? Thanks!

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about urlloader