createClassObject Problem

Hi.
I have a MovieClip named “mcMovie” that as a button component in and the movieclip is associated with a MovieClip extended class that I have created named “bla”.
On the timeline I wrote this code:


var q:bla;
q=createClassObject(bla,"q",1);

Why doesn’t I see an instance of the bla class when I run the movie?