When developing in ActionScript there are many great concepts that HTML and CSS can provide that are not present in the base language. This library is trying to bridge this gap. I'm not trying to render any site on the internet. There is no built in way to create dynamic layouts or styles, everything is normally compiled in and custom code is needed to do basic changes to these pages. HTML and CSS have many important features built in like hovers for rollovers or loading of images and rules for percentage based flexible layouts. These things are easy in my library and useful for the views of many rich application especially if your HTML content is generated by the server and changing.
Sometimes it MXML can do the job but when you need your views to be loaded dynamically MXML can't do it and you need something else. This is why this library was made.
-Tyler
> --
> You received this message because you are subscribed to the Google Groups "htmlwrapper" group.
> To post to this group, send email to htmlw...@googlegroups.com.
> To unsubscribe from this group, send email to htmlwrapper...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/htmlwrapper?hl=en.
>