TLF with bullet and table support
Hi All
We are looking for a basic html render in flash that can do most of the basic HTMl tag. TLF is very close except for bullet and table.
I heard that bullet may be release in next version but table is not in the near future.
So I decide to just try writing a simple html render with some TLF help.
Can anyone have any idea what's the best approach for this?
I guess I can manually parse the whole HTML and sned what ever tag that TLF can handle to TLF and manually draw everythign else.
Is there any hook in TLF that let user override how some tag render or even custom tag rendering?
Should I do the (data.text.value, TextConverter.TEXT_FIELD_HTML_FORMAT ) first?
Thanks for any idea
