XML Data Feeds in Flah
XML Data Feeds in Flah
- Started
- Last post
- 3 Responses
- foRz
anyone know of a canned component that feeds xml data into a ticker style .swf?
-also, is it conceivable that there is a canned component that is flexible enough to simply change an URL for were the feed gets its data?
thanks for any help
- unfittoprint0
It's not that hard to parse the XML,
create a XML object, load the XML file, and the parse the object if loading sucessfull, using FOR IN loops to reach the different hierarchies of its content.
- foRz0
thanks... not so versed in xml, but that should help