Centered pop-up onLoad

Can anyone tell me if its possible to load a popup window onLoad within flash?? I currently am using this tutorial

http://www.kirupa.com/developer/mx/centered_popup.htm

I relaced the button with a movieClip and changed the on(release) to a onClipEvent (enterFrame) {

The real problem is that the script keeps on executing and I tried adding a stop on the next frame, but then the script doesn’t execute.

Can anyone pleh?