# Loaded text file in flash mx 2004

**URL:** https://forum.kirupa.com/t/loaded-text-file-in-flash-mx-2004/56621
**Category:** Uncategorized
**Created:** [July 6, 2004, 5:32am UTC](https://forum.kirupa.com/t/loaded-text-file-in-flash-mx-2004/56621 "2004-07-06T05:32:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![marcliu](https://avatars.discourse-cdn.com/v4/letter/m/7ea924/32.png) [@marcliu](https://forum.kirupa.com/u/marcliu)
#### Post date: [July 6, 2004, 5:32am UTC](https://forum.kirupa.com/t/loaded-text-file-in-flash-mx-2004/56621/1 "2004-07-06T05:32:25Z")

</div>

Hi,

I’ve just started learning flash and actionscript and am testing my stuffs at [http://www.marcliu.com](http://www.marcliu.com) . If you access the site, and click on the coloured bars, news will appear on the left image box. I loaded the text from an external text file on the web server. Example July6.txt .

Basically I start the textfile with this :

&june30=30th June :  
Nothing spectacular today. blahblahblah

However, I wish to insert links, and if possible pictures. Is that possible?

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: [July 6, 2004, 5:49am UTC](https://forum.kirupa.com/t/loaded-text-file-in-flash-mx-2004/56621/2 "2004-07-06T05:49:54Z")

</div>

enable html in the textfield, and set htmlText=your loaded text; a href and img tags work

---

<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: [July 6, 2004, 6:42am UTC](https://forum.kirupa.com/t/loaded-text-file-in-flash-mx-2004/56621/3 "2004-07-06T06:42:05Z")

</div>

thanks eyezberg =) sounds gd will give it a try

---

<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: [July 6, 2004, 8:19am UTC](https://forum.kirupa.com/t/loaded-text-file-in-flash-mx-2004/56621/4 "2004-07-06T08:19:59Z")

</div>

> [@eyezberg](#):
>
> enable html in the textfield, and set htmlText=your loaded text; a href and img tags work

hi eyezberg, i enabled html  
then opened my july6.txt, and added some a href tags  
but it just appears as normal text. what can be the problem?

---

<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: [August 5, 2004, 5:14am UTC](https://forum.kirupa.com/t/loaded-text-file-in-flash-mx-2004/56621/5 "2004-08-05T05:14:07Z")

</div>

img tags must use an absolute url, ie, “[http://www.yoursite/images/image01.jpg](http://www.yoursite/images/image01.jpg)” or “[http://localhost/yoursite/images/image01.jpg](http://localhost/yoursite/images/image01.jpg)”
