# External text file question

**URL:** https://forum.kirupa.com/t/external-text-file-question/43203
**Category:** Uncategorized
**Created:** [February 19, 2004, 9:32pm UTC](https://forum.kirupa.com/t/external-text-file-question/43203 "2004-02-19T21:32:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cartoonfox](https://avatars.discourse-cdn.com/v4/letter/c/bb73d2/32.png) [@cartoonfox](https://forum.kirupa.com/u/cartoonfox)
#### Post date: [February 19, 2004, 9:32pm UTC](https://forum.kirupa.com/t/external-text-file-question/43203/1 "2004-02-19T21:32:16Z")

</div>

hi, i’m making a site for a friend, and he wants to be able to update a “videos” section hisself.

now, i know you can load text files into flash externaly, but is there anyway of being able to ad links to certain parts of text through an externaly loaded text file? so when you press a certain word, it opens up a new window with a certain url.

can this be done?

thanks :kir:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 19, 2004, 11:56pm UTC](https://forum.kirupa.com/t/external-text-file-question/43203/2 "2004-02-19T23:56:01Z")

</div>

Of course, when you load a text file, you can add any html in it (except like tables and stuff).

Let’s say the dynamic text box that was loading the text had the variable name of **videoLink**.

Then the text file had:

videoLink=Hi. We have a new video for you guys! It’s gauranteed to be off the shiznit so check it out!\<a href=“VIDEOLINKHERE”\>Click Here To See It\</a\>.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 20, 2004, 12:10am UTC](https://forum.kirupa.com/t/external-text-file-question/43203/3 "2004-02-20T00:10:59Z")

</div>

i see, cool. thanks. 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 20, 2004, 12:25am UTC](https://forum.kirupa.com/t/external-text-file-question/43203/4 "2004-02-20T00:25:28Z")

</div>

No problem ;).
