I'm trying to build am AS3 function that will take an xml document (formated like an mxml document) and render it at runtime rather than at compile. It looks like the Box, VBox, and HBox classes are there, but they seem to be restricted from being evoked in ActionScript.
Does that sound right? Is there no way for me to get at these pre-made classes?
