Any flash junkies in the house?

DreamThrall

Newbie
Joined
Oct 14, 2003
Messages
3,483
Reaction score
0
I'm trying to use the htmlText property of a dynamic text field box, but I can't get it to display the HTML code correctly. Whenever I use a simple bold tag, the text between the tags dissapears! I've set the .html property to true... I don't get what I'm doing wrong!
 
Yeah I found that while googling, but that's for the version previous to the one I have... I tried everything from it, but nothing worked :\
 
sorry, can't help you then mate =\ don't know flash, though I should get into it sometime
 
it's fun... actionscripting is fairly easy for a programmer... it is essentially javascript, with some extras thrown in so it works with the flash DOM.
 
bump.... still haven't figured this one out :-\

Here is the code that adds the text to the field:

Code:
news.htmlText = news.htmlText + " [[b]" + tmpArr[0] + "[/b]]  @ [i]" + tmpArr[1] + "[/i] :: ";
news.htmlText = news.htmlText + "<TEXTFORMAT INDENT=15 LEFTMARGIN=15>" + tmpArr[2] + "</TEXTFORMAT>";

I've tested it without the html code, so I know that it works otherwise. For some reason, everything in the bold tags and the textformat tags just doesn't show up. The italic tag works fine, so I know the text field is configured properly, but I can't figure out how to make those other tags work. Any ideas?
 
>_>

well, can't help you :( haven't dealt with this before, looks like no one else can be arsed to help either :|
 
Hmm.... It appears that Flash MX 2004 (also known as Flash7, I've only got MX, which is flash 6) supports CSS... I might have to go [sarcasm]buy[/sarcasm] it :)
 
i [SARCASM]think[/SARCASM] we're [SARCASM]abusing[/SARCASM] the [SARCASM]sarcasm[/SARCASM] tags, don't you?
 
Back
Top