So simple but won't work in flash

This the simplest thing in the world
but it doesn’t seem to be working in flash 8
why?

this.createEmptyMovieClip(“container”,1);
container.attachMovie(“circle”);
container._x = 40;
container._y = 30;