# Problem with dynamic text and external swf's, help please

**URL:** https://forum.kirupa.com/t/problem-with-dynamic-text-and-external-swfs-help-please/116508
**Category:** Uncategorized
**Created:** [July 19, 2004, 3:04am UTC](https://forum.kirupa.com/t/problem-with-dynamic-text-and-external-swfs-help-please/116508 "2004-07-19T03:04:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![The\_Pete\_One](https://avatars.discourse-cdn.com/v4/letter/t/b3f665/32.png) [@The\_Pete\_One](https://forum.kirupa.com/u/The_Pete_One)
#### Post date: [July 19, 2004, 3:04am UTC](https://forum.kirupa.com/t/problem-with-dynamic-text-and-external-swfs-help-please/116508/1 "2004-07-19T03:04:21Z")

</div>

Hello,

When I load one of my external swf’s into my main movie, the dynamic text I have written doesn’t show up. The text is there when I preview the external swf on its own and when it loads the main movie it’s there but can’t be seen for some reason. Any ideas on what I am doing wrong and a way to fix it would be greatly appreciated. Thanks in advance.

P

---

<div class="post-metadata">

### Author: ![plonker](https://avatars.discourse-cdn.com/v4/letter/p/439d5e/32.png) [@plonker](https://forum.kirupa.com/u/plonker)
#### Post date: [July 31, 2004, 3:35am UTC](https://forum.kirupa.com/t/problem-with-dynamic-text-and-external-swfs-help-please/116508/2 "2004-07-31T03:35:20Z")

</div>

Ok, I have a similar problem this is the as for the swf I am trying to load into my main movie

```auto
loadVarsText = new loadVars();
loadVarsText.load("http://www.fuleproject.com/calvin/news/display.php");
//assign a function which fires when the data is loaded:
loadVarsText.onLoad = function(success) {
	if (success) {
		trace("done loading");
		//Now that we know the data is loaded,
		//set the text content of the Text Field
		//with the instance name "scroller" equal to the 
		//contents of the variable
		 scroller.html = true;
scroller.htmlText = this.var1
 
	} else {
		trace("not loaded");
	}
};</

```

This is the as to load that swf

```auto
onClipEvent (load) {
	loadMovie("http://www.fuleproject.com/calvin/news/news.swf", "_root.image_mc");
}</

```

The text has fonts embedded and no root references in the first swf. I have tried several threads’ solutions and I have come to the conclusion that I have a syntax error that i can’t find or…who knows what. Can someone help me out here. Scotty…you da man!

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [July 31, 2004, 8:14am UTC](https://forum.kirupa.com/t/problem-with-dynamic-text-and-external-swfs-help-please/116508/3 "2004-07-31T08:14:23Z")

</div>

Can you post your fla’s?

scotty(-:

---

<div class="post-metadata">

### Author: ![plonker](https://avatars.discourse-cdn.com/v4/letter/p/439d5e/32.png) [@plonker](https://forum.kirupa.com/u/plonker)
#### Post date: [July 31, 2004, 4:58pm UTC](https://forum.kirupa.com/t/problem-with-dynamic-text-and-external-swfs-help-please/116508/4 "2004-07-31T16:58:14Z")

</div>

> [@scotty](#):
>
> Can you post your fla’s?
> 
> scotty(-:

Heya Scotty, It seems to have fixed itself, actually I think it was because my server has some latency on newly uploaded files. How frustrating is that?!

Thanks Scotty, you need a blue suit and a cape!
