
118 Retrieve and Display Data
For each selected item in the DataGrid component (named dgPosts), the value of the
description field is used for the value of the
htmlText property. The htmlText property
lets you display HTML formatted text.
2. Save the file, wait until Flex Builder finishes compiling the application, and click the Run
button in the toolbar.
A browser opens and runs the application. Click items in the DataGrid control. The first
few lines of each post should appear in the TextArea control.
Create a dynamic link
The RSS feed doesn’t provide the full text of the posts, but you still want users to be able to
read the posts if they’re interested. While the RSS feed doesn’t provide the information, it does
provide the URLs to individual posts. In the item node of the XML feed, this information is
contained in a field called link.
Kommentare zu diesen Handbüchern