# Flash & HTML Frames

**URL:** https://forum.kirupa.com/t/flash-html-frames/119626
**Category:** Uncategorized
**Created:** [August 16, 2004, 11:55pm UTC](https://forum.kirupa.com/t/flash-html-frames/119626 "2004-08-16T23:55:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![edskey](https://avatars.discourse-cdn.com/v4/letter/e/47e85d/32.png) [@edskey](https://forum.kirupa.com/u/edskey)
#### Post date: [August 16, 2004, 11:55pm UTC](https://forum.kirupa.com/t/flash-html-frames/119626/1 "2004-08-16T23:55:47Z")

</div>

Hi, i need some help! i’m just new in flash 2004, and i found a kirupa tutorial about flash & html frames. I followed it with no problems, but at the end of it, i got a problem:

[font=Arial][size=2]Select the line that says getURL. We will start to fill in the information to make the button a real link. In the URL field, enter _ **second.htm** _. Now, place your mouse cursor in the Window field. You will enter the name of the frame we are going to target…which is kirupa. Enter **kirupa** in the Window field. Your getURL Action window will look like the following image:[/size][/font]

[center] ![](http://www.kirupa.com/developer/flash5/images/frames4.gif)[/center]

[center]That’s my problem coz i can’t find the window above. I’m using flash mx2004. i did everything correct i think, but i got stuck on it . I don’t know how or where get the window to field the url. If somebody know how to do it please help me! thanks a lot![/center]

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [August 17, 2004, 6:46am UTC](https://forum.kirupa.com/t/flash-html-frames/119626/2 "2004-08-17T06:46:38Z")

</div>

Before mx2004 the actionscript window had a “normal mode” and an “expert mode”… The window you see in your attachment is the normal mode. Since mx2004 the normal mode has gone, so now you’re an expert;)  
The difference is that in the normal window Flash helped you with the code and in expert you have to do it yourself (fun:lol: )  
Click the mentioned button and put this in the actionscript window:

```auto
on(release){
getURL("second.htm", "kirupa");
}

```

scotty(-:

---

<div class="post-metadata">

### Author: ![edskey](https://avatars.discourse-cdn.com/v4/letter/e/47e85d/32.png) [@edskey](https://forum.kirupa.com/u/edskey)
#### Post date: [August 17, 2004, 9:30pm UTC](https://forum.kirupa.com/t/flash-html-frames/119626/3 "2004-08-17T21:30:28Z")

</div>

Hi scotty, i just wanna thank u for the help. That’s why i couldn’t find that window.( i was thinking that i should start using an early version of flash). But anyway i got to keep going.

Thanks again man!:thumb:

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [August 18, 2004, 5:17am UTC](https://forum.kirupa.com/t/flash-html-frames/119626/4 "2004-08-18T05:17:02Z")

</div>

no problem:)
