What are the supported html tags in the htmlText parameter of ActionScript3 components?

I am working on a flash component that should display some dynamic text, which may include HTML formatting. This text is displayed in the label component (AS3), and I would like it to display correctly, for example, create a line break on insertion <br>, but it is not!

So I wonder what are the supported HTML tags in the label component, and in general all other flash components?

+3
source share
1 answer
+7

Source: https://habr.com/ru/post/1789234/


All Articles