Hello and thanks in advanced for reading into this.
I’m experiencing problems with HTML tags within textfields (multiline textfields). HTML rendering is activated. Fonts are embedded for bold and regular Verdana.
In AS3 I also have declared the field as html (instancename.htmlText = “tekst”
Now I have all my html code in a sql database which load through php. The whole text loads including the bold, underlined and italic htmltext make up.
The problem is that the text on line 1 shows as:
“8: you must click ok” (<b>8:</b> you must click ok<br>)
But the text on line 2 shows as:
“** : **thanks for submitting” (<b>9:</b> thanks for submitting<br>)
I have checked the html tags over and over and there is no fault in that.
It als happen in the middle of a sentence:
"Thank you for taking the ffort to submit"
the html code: <b>Thank you for taking the effort to submit</b>
(“effort” isnt shown well)
When I look in the database the code so all correct but Flash doesnt show it correctly.
When i remove the html tags for bold the html text does show whitout faults