Populate a Spark List control in Flex 4 using plain text files?
How开发者_StackOverflow中文版 do I populate the Spark List control using onlt plain text files? E.g., http://www.mysite.com/mylist.txt should populate ?
What's in your text file?
You have to load your text file (with HTTPService or URLLoader) and parse it into a consumable format (IList).
精彩评论