# Problems with dynamic text

**URL:** https://forum.kirupa.com/t/problems-with-dynamic-text/199084
**Category:** Uncategorized
**Created:** [August 30, 2006, 11:35pm UTC](https://forum.kirupa.com/t/problems-with-dynamic-text/199084 "2006-08-30T23:35:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mumu](https://avatars.discourse-cdn.com/v4/letter/m/977dab/32.png) [@mumu](https://forum.kirupa.com/u/mumu)
#### Post date: [August 30, 2006, 11:35pm UTC](https://forum.kirupa.com/t/problems-with-dynamic-text/199084/1 "2006-08-30T23:35:48Z")

</div>

Hi to all, i’m new!!!  
first exuse for my english! I read a tutorial about “ preloading external movie clips “ on Kirupa site and i found it very usefull!!!  
I would like to ask you why dynamic texts on the secondary .swf is not loaded?

For example i realised a .swf with dynamic text box where i load a dynamical typing text using 3 frames with this code:

Frame 1:

q = 1;[COLOR=#000087]text[/COLOR] = “[COLOR=#0000ff]this is where you put your text[/COLOR]”;[COLOR=#000087]stop/COLOR;Frame 2:[COLOR=#000087]if[/COLOR] (q \< [COLOR=#000087]text[/COLOR].[COLOR=#000087]length[/COLOR]) { textbox = [COLOR=#000087]text[/COLOR].[COLOR=#000087]substring[/COLOR](0, q); q++} [COLOR=#000087]else[/COLOR] { textbox = [COLOR=#000087]text[/COLOR]; [COLOR=#000087]gotoAndStop/COLOR;}Frame 3:[COLOR=#000087]gotoAndPlay/COLOR;When it load this page it shows all images, buttons etc. but why not my text box? I am using flash mx 04.  
Write me soon. Thanks.

Samuele.
