Resizable stage with function?

hi all…

resizable stage with function in class
possible???

example,


package
{
import flash.display.MovieClip;
//[SWF(width = "400",height = "300")] <---no here
....

public class example extends MovieClip
{
function example():void
{
-------------------- here is it -------------------------
}
}
}

I’m sorry for my eng :slight_smile:
thanks,
best regards.