# Movie Loading a Movie Loading a Movie

**URL:** https://forum.kirupa.com/t/movie-loading-a-movie-loading-a-movie/124635
**Category:** Uncategorized
**Created:** [October 5, 2004, 2:34pm UTC](https://forum.kirupa.com/t/movie-loading-a-movie-loading-a-movie/124635 "2004-10-05T14:34:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![losse](https://avatars.discourse-cdn.com/v4/letter/l/9d8465/32.png) [@losse](https://forum.kirupa.com/u/losse)
#### Post date: [October 5, 2004, 2:34pm UTC](https://forum.kirupa.com/t/movie-loading-a-movie-loading-a-movie/124635/1 "2004-10-05T14:34:29Z")

</div>

Hi there  
I have a movie called “main” that loads a movie called “logo”.

In the movie “logo” I have also load another movie called “letter”.

On “main” this is the script that loads “logo”:

loadMovie(“logo.swf”,"\_root.logo");  
this.enabled = false;

On “logo” this is the script that loads “letter:”

loadMovie(“letter.swf”,“letter”);  
this.enabled = false;

* * *

Now here’s my question. I want to resize “letter” when it gets loaded and I was able to find this script:

\_root.letter.\_width = 20;  
\_root.letter.\_height = 20;

But for some reason it doesn’t work. Does anyone know why?

Thanks
