It's a very small simple HTML and CSS rendering engine, about 2.5K
that does much of what the current version of HTMLWrapper does but in
a much simpler package. It even has a few bugs fixed that I never got
around to implementing in the version 1 code base.
http://github.com/talltyler/MiniHTML
If all goes well with this small release I will start pushing parts of
version 2 to github as they become finished, documented and cleaned,
otherwise if everyone hates github I will keep everything here on
google code and start releasing the stuff here. If you have an opinion
on this I would love to hear. If you have 5 minutes to try out
MiniHTML please do, it is super simple and fully documented. I have
also posted the example running here http://motionandcolor.com/examples/miniHTML/Main.swf
Tell me what you think and I'm here if you have any questions.
-Tyler