Attachmovie problem

I have this Movieclip which has two buttons
When I am attaching it using
_root.attachMovie(“colorCellRenderer”,“new1”,1,1);
I can see those two buttons but no the actions performed by them
Any reasons?