# Open browser window , button inside a Movie Clip Problem

**URL:** https://forum.kirupa.com/t/open-browser-window-button-inside-a-movie-clip-problem/129666
**Category:** Uncategorized
**Created:** [November 26, 2004, 4:42pm UTC](https://forum.kirupa.com/t/open-browser-window-button-inside-a-movie-clip-problem/129666 "2004-11-26T16:42:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![superdre](https://avatars.discourse-cdn.com/v4/letter/s/6f9a4e/32.png) [@superdre](https://forum.kirupa.com/u/superdre)
#### Post date: [November 26, 2004, 4:42pm UTC](https://forum.kirupa.com/t/open-browser-window-button-inside-a-movie-clip-problem/129666/1 "2004-11-26T16:42:06Z")

</div>

Hi there again,  
i know it´s very simple but can anyone give me any clue :pa:

open browser window button inside an mc  
The thing is i dont´know what follows the \_root line.  
Please, please, help!!

* * *

Hi there,  
a very simple question.  
I´m makin the “open browser window” tutorial but in my file i have the button that triggers the html pop up , inside a movie clip . The entire code to to attach to the button is :

on (release) {  
//customize the window that gets opened  
// 0 equals NO.  
// 1 equals YES.  
address = “[http://www.kirupa.com/modular/pop-up.htm](http://www.kirupa.com/modular/pop-up.htm)”;  
target\_winName = “kirupa”;  
width = 400;  
height = 300;  
toolbar = 0;  
location = 0;  
directories = 0;  
status = 0;  
menubar = 0;  
scrollbars = 1;  
resizable = 0;  
//sends data back to the function  
openWinCentre(address, target\_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);  
}

I know i need to use \_root something but is not gotoAndPlay, is it getUrl ?  
I´m lost.  
Thank you People for your help!!!  
Andrea.
