Advanced Flash Components
Search!
Search!
Home >  Knowledge Base >  Flow List >  Display html text
Display html text
Date: Aug 29, 2007   Views: 1353  
Question:
Hi, I was wondering if there is any way to display html text on te text area of each photo, I want to put a summary of the picture in front.

I saw in the tutorial a way to put the text but I need to put that with html format.
Answer:

andreit (Admin)
You can certainly do that. If you follow instructions outlined in the tutorial you would only need to modify the dspText function. Please take a look at the following example:

function dspText() {
  myDescription.html = true;
  myDescription.htmlText = myFlow.getSelectedItem().description;
}
Component Info