# Open centered pop up window --- HELP

**URL:** https://forum.kirupa.com/t/open-centered-pop-up-window-help/118069
**Category:** Uncategorized
**Created:** [August 2, 2004, 3:34pm UTC](https://forum.kirupa.com/t/open-centered-pop-up-window-help/118069 "2004-08-02T15:34:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jusko](https://avatars.discourse-cdn.com/v4/letter/j/0ea827/32.png) [@jusko](https://forum.kirupa.com/u/jusko)
#### Post date: [August 2, 2004, 3:34pm UTC](https://forum.kirupa.com/t/open-centered-pop-up-window-help/118069/1 "2004-08-02T15:34:34Z")

</div>

Hello! I’m working on a website and its not upload to the net yet, so i dont have a www, but i’m trying to use a code that was in the tutorial for flash mx. and the thing is, i can’t make another html open in that window by putting the path to my hard drive were that file is, but if i put any www that exist, it will open that link. Why?  
i need to test everything before going live, and i just cant make this work

any help will be great,

thanks a lot

jusko

---

<div class="post-metadata">

### Author: ![Gumby19](https://avatars.discourse-cdn.com/v4/letter/g/3da27b/32.png) [@Gumby19](https://forum.kirupa.com/u/Gumby19)
#### Post date: [August 2, 2004, 3:48pm UTC](https://forum.kirupa.com/t/open-centered-pop-up-window-help/118069/2 "2004-08-02T15:48:58Z")

</div>

You don’t need to put the whole harddrive path. If it is in the same folder, you simply have to put the filename. If its in the same directory but in another sub-folder, all you need to put is foldername/filename. (…/ will take you out of a folder). Sorry if you already knew this info.

---

<div class="post-metadata">

### Author: ![Jeff\_Wheeler](https://avatars.discourse-cdn.com/v4/letter/j/59ef9b/32.png) [@Jeff\_Wheeler](https://forum.kirupa.com/u/Jeff_Wheeler)
#### Post date: [August 2, 2004, 3:51pm UTC](https://forum.kirupa.com/t/open-centered-pop-up-window-help/118069/3 "2004-08-02T15:51:39Z")

</div>

you could setup a local host on your computer and host everything on a testing server and then call it from localhost… but that’s a bit excessive for your needs 😃
