attachMovie() doesn't attach

hi there:

I tried this:

var pos:Object = {_x:0, _y:0};

var test:MovieClip = this.attachMovie(“front”, “front”, this.getNextHighestDepth(), pos);

“front” is a movie clip with some text on it. It doesn’t work and I wonder why.

Here is the original post:
http://www.flashmove.com/board/showthread.php?t=30399