[flexcoders] Reading from a file - file not found?

2007-12-17 Thread Jon Bell
Hello, I inherited some code and I'm trying to get it to compile. This code should be straight-forward, but it's saying it can't file the file: var termsFile:File = File.applicationStorageDirectory.resolvePath(Terms.txt); var stream:FileStream = new FileStream(); stream.open(termsFile,

[flexcoders] Traversing RSS/ATOM feed

2007-12-02 Thread Jon Bell
Hello! I'm new to Flex and new to this group. Nice to meet everyone. I have a pretty simple problem. I just want to refer to a nested bit of XML in an atom feed. Go grab an ATOM feed: mx:DataGrid width=730 height=212 id=dgPosts x=0 y=0 color=#00