Button inside Movieclip error!

Hi i have designed a site where the user can move elements around the stage, and within some of these elements(movieclips) there are buttons insde them that link to various frame labels that are located on the main movieclips time line. The action to control the button is on the main movieclip time line and not within the element itself. These code used is:

paper2.webBttn.addEventListener(MouseEvent.CLICK, webButton);

function webButton(e:MouseEvent):void
{
    gotoAndPlay("web");
}

the error i keep getting is:

ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
    at flash.display::DisplayObjectContainer/setChildIndex()
    at FlashAS3Portfolio2_fla::holder_14/doDrag()