What happened to constructor parameters?

Having been working alot with components in AS3 lately, it just struck me that most of the components have no parameters in their constructors. I can see that when using MXML there is no need for constructor parameters (since properties are attributes), but I can seriously see the use for this in Actionscript, since common [...]