# Loading Movie Clips containing PHP

**URL:** https://forum.kirupa.com/t/loading-movie-clips-containing-php/11016
**Category:** flash
**Created:** [January 10, 2003, 6:47pm UTC](https://forum.kirupa.com/t/loading-movie-clips-containing-php/11016 "2003-01-10T18:47:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tommyt](https://avatars.discourse-cdn.com/v4/letter/t/c57346/32.png) [@tommyt](https://forum.kirupa.com/u/tommyt)
#### Post date: [January 10, 2003, 6:47pm UTC](https://forum.kirupa.com/t/loading-movie-clips-containing-php/11016/1 "2003-01-10T18:47:46Z")

</div>

I have just done that “creating a full flash site” example and created my own, but im having the following problem.

One of my buttons has the following action:

on (release) {  
\_root.contents.loadMovie(“welcome.swf”);  
}

This loads the welcome.swf into my blank contents movie clip. It loads the SWF ok until i try loading a SWF with dynamic text through PHP.

It just loads the SWF without the text.

When i test the welcome SWF on its own it works fine.

Has anyone had this problem before???
