flow14
July 8th, 2004, 12:27 AM
Here's the setup..
I'm creating a news scroller (based on files found on actionscript-toolbox.com). I've simplified the everything a little bit, so now each news item I create displays a headline (w/link), text (under the headline) and a date.
Example (http://www.flow14.com/files/examples/newsXML.html)
I want the 'text' portion of each news item to include HTML formatted text, but I can not figure out how to do it.
I've tried Macromedia's advice.. _root.newsBox.html= true;
I've tried the CDATA thing found in the forums.
I've tried a .join/.split thing I found through google (I've included that one in my source files).Example (http://www.flow14.com/files/examples/join-split-ex.html)
None of the above works...what am I missing?
Here are the files I've been working with..
Source Files (http://www.flow14.com/files/xml-kirupa.zip)
I'm creating a news scroller (based on files found on actionscript-toolbox.com). I've simplified the everything a little bit, so now each news item I create displays a headline (w/link), text (under the headline) and a date.
Example (http://www.flow14.com/files/examples/newsXML.html)
I want the 'text' portion of each news item to include HTML formatted text, but I can not figure out how to do it.
I've tried Macromedia's advice.. _root.newsBox.html= true;
I've tried the CDATA thing found in the forums.
I've tried a .join/.split thing I found through google (I've included that one in my source files).Example (http://www.flow14.com/files/examples/join-split-ex.html)
None of the above works...what am I missing?
Here are the files I've been working with..
Source Files (http://www.flow14.com/files/xml-kirupa.zip)