Thanks for the clarification on the capabilities. I think I'll first
try the full HTMLWrapper code. I would like to support as many HTML 4
tags as I can out of the box.
Here's the context:
I have a Flex (Flash Builder 4) project that is currently rendering
(poorly) some HTML in an extended mx:Text component using the HTMLText
attribute. I've been looking to replace this with something more
robust at parsing/rendering HTML and have tried out DENG
(abandonware), Groe.org's AS3 HTML Parser, and I'm looking into your
solution as well. Groe.org's solution looks okay, but doesn't easily
resize the content, so I'm glad it sounds like your code will handle
that.
Currently I'm slightly confused by your Flex example in as much as you
have the controller->navigator->window hierarchy which seems overly
robust if I'm not using the ASTRID framework, too. My current project
has multiple alternating boxes of mx:Text for the HTML content and
"form fields" which take text and image input. So I'm not sure that I
want multiple window components all over canvas. It's not clear from
the
document.as file, but can I just use that as a "top-level" object
for rendering the HTML and embed multiple documents in a container?
I'm going to continue playing with the code, but would appreciate your
feedback.
Thanks,
Colin