# Problem with loading external SWf's

**URL:** https://forum.kirupa.com/t/problem-with-loading-external-swfs/129659
**Category:** Uncategorized
**Created:** [November 26, 2004, 3:15pm UTC](https://forum.kirupa.com/t/problem-with-loading-external-swfs/129659 "2004-11-26T15:15:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DaSquad](https://avatars.discourse-cdn.com/v4/letter/d/e19adc/32.png) [@DaSquad](https://forum.kirupa.com/u/DaSquad)
#### Post date: [November 26, 2004, 3:15pm UTC](https://forum.kirupa.com/t/problem-with-loading-external-swfs/129659/1 "2004-11-26T15:15:53Z")

</div>

Hi folks,

I have a problem with loading an external swf, named “lenzen.swf”. I load this movie in a movie called optiekcenter.swf with the following code:

```auto
 
      on (release) {
      	loadMovieNum("lenzen.swf", 1);
      } 
      

```

```
  In lenzen.swf I work with dynamic text that's loaded from an external .txt file. I do this with following code:

```

```auto
loadVariablesNum("lenzen.txt", 0);

```

```
  The problem is I can't see the text, the page is loaded but the text (from the .txt file) isn't visible.
  
  Any idea's? I'm just starting with Flash so it can be a stupid questions. :b:
```
