I want to fetch news from following source in my flex mobile application:
http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss
I have tried with following steps:
Step 1: I have inser url in Data --> Connect to Data/Services and then I choose option URL
Step 2: Define List control and Drag & drop Getitems() to it.
Step 3: Now,
getDataResult.token = news.getData(/*Enter value(s) for */ pz, cf, ned, hl, topic, output);
it is ask me to define pz, cf, ned, hl, topic, output parameter.
Thanks in advance.