I want to call an RSS feed and have some news displayed. User could read the news and use the link for further information (web browser object). Does anyone have any ideas?
Develop games in your browser. Powerful, performant & highly capable.
If the RSS is in xml, add the Ajax and XML objects.
Use the Ajax Object to get the xml document and then load in into the XML document.
Then format and extract the data from the XML document and to display it