rss into flash
rss into flash
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- monNom0
I've done it on a few internal projects. Not much too it, just write a parser as you would for any other XML.
Remember to convert you xmlNodes toString() before you try writing to a textbox. An API is probably going to be easier due to flash's crossDomainXML requirements. (unless you have access to the feed server). otherwise you may need to create a php script to grab the RSS periodically.
- just guessing on the crossDomain bit, maybe no problem.monNom