# Dynamic text wont show in Dreamweaver

**URL:** https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780
**Category:** flash
**Created:** [November 6, 2003, 10:55am UTC](https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780 "2003-11-06T10:55:02Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![robbie\_star](https://avatars.discourse-cdn.com/v4/letter/r/ee7513/32.png) [@robbie\_star](https://forum.kirupa.com/u/robbie_star)
#### Post date: [November 6, 2003, 10:55am UTC](https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780/1 "2003-11-06T10:55:02Z")

</div>

Hi

Could some body tell me why my dynamic text box with text in it shows the text when viewed in flash player and also when published and viewed in html but when it does not work in Dreamweaver?

---

<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: [November 6, 2003, 1:41pm UTC](https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780/2 "2003-11-06T13:41:00Z")

</div>

so when u press f12 and you preview your dreamweaver page you don’t see your dynamic text? where are you loading your text from?

---

<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: [November 6, 2003, 2:32pm UTC](https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780/3 "2003-11-06T14:32:27Z")

</div>

the text is in text1.swf which is loaded into the main.swf transition. every else shows except the dynamic text.

---

<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: [November 6, 2003, 4:15pm UTC](https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780/4 "2003-11-06T16:15:30Z")

</div>

right but is the text from an external text file ?

---

<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: [November 6, 2003, 4:42pm UTC](https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780/5 "2003-11-06T16:42:20Z")

</div>

no its not from an external text file

---

<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: [November 6, 2003, 4:47pm UTC](https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780/6 "2003-11-06T16:47:08Z")

</div>

ok so if the instance name of your textbox is myText for example

go to a frame and type

```auto

myText.text="Digitalosophy is the coolest guy around"

```

what happens?

---

<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: [November 6, 2003, 4:53pm UTC](https://forum.kirupa.com/t/dynamic-text-wont-show-in-dreamweaver/34780/7 "2003-11-06T16:53:14Z")

</div>

Digitalosophy i think i have got u confused. it’s like this main.swf is the main movie that has a preloader transition that when clicked on a button will load external text1.swf movie into it which in this text1.swf text is in a dynamic text box that wont show when played in Dreamweaver. but it will play everything else ecept the text.

I hope that this is a bit clearer

Thanks
