This page was last modified 18:59, 1 June 2008.
Example of show RSS
From Forum Nokia Wiki
Compatibility: Web Runtime in S60 3rd Edition, Feature Pack 2
You can use this code to show a RSS in your application or the application is just a RSS show.
The code: Image:RssLib.zip
Add the files above in the zip to your project and include them in your main html file.
Example or method to use above code to show RSS:
var STORE_KEY_FeedURL = "gf_FeedURL";
var STORE_KEY_FeedName = "gf_FeedName";
GF_RSS_URL= "http://answers.yahoo.com/rss/catq?sid=396546051";
GF_RSS_TITLE = "Yahoo! Answers";
function gf_showRssView()
{
document.getElementById("tickerView").style.display = "none";
widget.setPreferenceForKey(GF_RSS_URL, STORE_KEY_FeedURL);
widget.setPreferenceForKey(GF_RSS_TITLE, STORE_KEY_FeedName);
init();
}
<style>
@import url("RSSReader.css");
</style>
<script type="text/javascript" src="FeedUpdateBroker.js"></script>
<script type="text/javascript" src="RSSReader.js"></script>
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add a menu item in the Options menu of a Nokia 7650 ? | nmittal | Symbian User Interface | 1 | 2002-08-07 08:23 |
| yucca plz help me out??? | dips05 | General Symbian C++ | 6 | 2006-03-17 17:04 |
| How to make file extension .rss to .rsc ? | timatima | General Symbian C++ | 2 | 2005-05-27 12:13 |
| Can you play sound parallel to a runing slid show | Michaelf | General Messaging | 0 | 2002-08-19 14:12 |
| codewarrior中编译出错?(每个例子均是一样) | uufile | Symbian | 3 | 2005-09-13 05:37 |
