Ok, So using FlexJS you have certain CSS properties on components that update the this.element correct?
So in AS how do you go about manipulating the look and feel of components? Do you have to define all the CSS properties before hand to use them at runtime? Mike Alex; *I forgot to mention in my other reply that one potential limitation of the HTML-centric approach is in dealing with more and more dynamic applications UIs. At some point the HTML could be just as hard to figure out given that not all tags are in play at all times. But good paradigm or bad paradigm, there are a lot of folks who are experts at it and sometimes you have to cater to them. I don’t think FlexJS will output HTML files other than the main wrapper, but if that’s what folks want, who am I to say no? But until that happens, in FlexJS there will be skinning and CSS as ways to manipulate the UI.*