Greenie
Joined: 08 Jun 2005 Posts: 81
|
| Posted: Thu Feb 19, 2009 - 7:43 pm Post subject: XmlHttpRequest is your friend :) |
|
|
Hi there,
to do what you want, you will have to use XmlHttpRequest. With this you can get any kind of data into your widget. Depending on the source you can either receive the data as xml (like an rss-feed for example) or as pure text. I would say that most of the widgets which display portions of websites are using XmlHttpRequest. And DashCode itself provides the rss-feed-example in which you can see how it is used. You should also be able to find more than enough tutorials on XmlHttpRequest on the net. |
|