Parameters for Exported MC's

I have a MovieClip that I am exporting for actionscript, and I notice that flash says it will export a class to represent this MovieClip…is there a way I can require parameters be passed to this MovieClip when I instantiate it, the way a traditional class constructor can require parameters? Thanks.