# Problems adding hyperlink (using Creating a Hyperlink tutorial) \[renamed\]

**URL:** https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270
**Category:** Uncategorized
**Created:** [August 22, 2004, 9:04pm UTC](https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270 "2004-08-22T21:04:44Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![carcher33](https://avatars.discourse-cdn.com/v4/letter/c/6bbea6/32.png) [@carcher33](https://forum.kirupa.com/u/carcher33)
#### Post date: [August 22, 2004, 9:04pm UTC](https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270/1 "2004-08-22T21:04:44Z")

</div>

after following the instructions in the [size=2][color=#000000] **Creating a Hyperlink** (link below) tutorial, I had trouble when it came to adding the actions. Eventually, I figured it out, but wasnt able to do it as instructed.

My question is how do I pull up the url field? It may be that Im using flash mx 2004, but you would think they would make things easier in 2004 instead of taking out usefull tools such as the url field…

```
[http://www.kirupa.com/developer/mx/hyperlink.htm](http://www.kirupa.com/developer/mx/hyperlink.htm)

```

also…how do I turn on html code for my posts?  
[/color][/size]

---

<div class="post-metadata">

### Author: ![trundrumbalind](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/trundrumbalind/32/696_2.png) [@trundrumbalind](https://forum.kirupa.com/u/trundrumbalind)
#### Post date: [August 22, 2004, 9:15pm UTC](https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270/2 "2004-08-22T21:15:30Z")

</div>

You need to bring up what’s called the “Property Inspector” by either going to the “Window” menu or pressing Control+F3. This shows properties (such as the link bar) for whichever object is currently selected on the stage.

So click on your text to display properties for the textfield. The link field is the large one at the bottom.

P.S. I think HTML code is turned off in these forums. I may be wrong, if so, there’s probably an option in the “Go Advanced” reply section.

---

<div class="post-metadata">

### Author: ![carcher33](https://avatars.discourse-cdn.com/v4/letter/c/6bbea6/32.png) [@carcher33](https://forum.kirupa.com/u/carcher33)
#### Post date: [August 22, 2004, 10:01pm UTC](https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270/3 "2004-08-22T22:01:26Z")

</div>

thanks so much for trying to help me, but I must be doing something wrong because I still cant seem to find what im looking for…

here is an image of my flash document so you can see what I am talking about:

```
      [http://img.photobucket.com/albums/v253/carcher33/flashPic.jpg](http://img.photobucket.com/albums/v253/carcher33/flashPic.jpg)

```

the url field I am looking for look like this…

```
      [http://www.kirupa.com/developer/mx/images/hyperl2.gif](http://www.kirupa.com/developer/mx/images/hyperl2.gif)

```

sorry to turn this into such a hassle but these little things hang over me until I figure them out

---

<div class="post-metadata">

### Author: ![senocular](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/senocular/32/7217_2.png) [@senocular](https://forum.kirupa.com/u/senocular)
#### Post date: [August 22, 2004, 10:09pm UTC](https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270/4 "2004-08-22T22:09:47Z")

</div>

the tutorial uses a feature called “Normal mode” in the actionscript editor which was stupidly removed from MX2004. You’ll just have to type in the script by hand (which you’ve done and which is how its done now).

Note: the new behaviors panel allows for the inclusion of simple commands like this with a simpler interface than typing them in directly in the actionscript editor

---

<div class="post-metadata">

### Author: ![carcher33](https://avatars.discourse-cdn.com/v4/letter/c/6bbea6/32.png) [@carcher33](https://forum.kirupa.com/u/carcher33)
#### Post date: [August 22, 2004, 10:42pm UTC](https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270/5 "2004-08-22T22:42:19Z")

</div>

gotcha, i figured it was something stupid like that but I just wanted to make sure I wasnt missing a usefull tool. Thanx so much for your help:thumb:

ok, i got one more for ya…

in the **“creating a text scroller”** tutorial i made it to where it asks to add the scroller component, however my flash is lacking that component…

[http://www.kirupa.com/developer/mx/images/textsc5.gif](http://www.kirupa.com/developer/mx/images/textsc5.gif)

the closest component to ScrollBar is ScrollPane in my program. I tried to use ScrollPane instead but it throws off the whole tutorial.

Any suggestions?

---

<div class="post-metadata">

### Author: ![senocular](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/senocular/32/7217_2.png) [@senocular](https://forum.kirupa.com/u/senocular)
#### Post date: [August 22, 2004, 10:47pm UTC](https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270/6 "2004-08-22T22:47:48Z")

</div>

TextArea Component = TextField + ScrollBar Component

Or upgrade to Flash MX 2004 7.2 and you’ll get a ScrollBar Component

---

<div class="post-metadata">

### Author: ![carcher33](https://avatars.discourse-cdn.com/v4/letter/c/6bbea6/32.png) [@carcher33](https://forum.kirupa.com/u/carcher33)
#### Post date: [August 22, 2004, 11:11pm UTC](https://forum.kirupa.com/t/problems-adding-hyperlink-using-creating-a-hyperlink-tutorial-renamed/120270/7 "2004-08-22T23:11:40Z")

</div>

awesome, i think i’ll upgrade since it looks like the only way to edit the text with the TextArea compenent is one line in the properties field.

Thanks so much for the quick responses, it woulda taken me days to figure that out by myself :h:
