AttachMovie

Hi!

Iøm triyng to use the attachmovie command to load and position a movieclip. It doesn’t show anything when playing movie. What is wrong?
I’m using Flash MX.

_root.attachMovie(“Symbol”, “mcp”, 0);
_root.mcp._x = 100;
_root.mcp._y = 100;