Forum Moderators: open
noThumbsForContent = true;
scroller_textNoThumbs.embedFonts = true;scroller_textNoThumbs.setNewTextFormat(myTextFormat);scroller_textNoThumbs.setTextFormat(myTextFormat);
scroller_textNoThumbs.text = pageData[i].pageContent;
scroller_textNoThumbs.autoSize=true;
scroller_textNoThumbs.selectable=false;
if (scroller_textNoThumbs.textWidth > scroller_strLen){scroller_textNoThumbs.multiline=true; scroller_textNoThumbs.wordWrap=true;
}
Here is what I was hoping someone could help me get; please notice that I want the text to be htmlText...
noThumbsForContent = true;
scroller_textNoThumbs.embedFonts = true;scroller_textNoThumbs.setNewTextFormat(myTextFormat);scroller_textNoThumbs.setTextFormat(myTextFormat);
scroller_textNoThumbs.htmlText = pageData[i].pageContent;
scroller_textNoThumbs.autoSize=true;
scroller_textNoThumbs.selectable=false;
if (scroller_textNoThumbs.textWidth > scroller_strLen){scroller_textNoThumbs.multiline=true; scroller_textNoThumbs.wordWrap=true;
}
Many Thanks