# Loadmovie in loadmovie?

**URL:** https://forum.kirupa.com/t/loadmovie-in-loadmovie/58545
**Category:** Uncategorized
**Created:** [July 23, 2004, 12:30pm UTC](https://forum.kirupa.com/t/loadmovie-in-loadmovie/58545 "2004-07-23T12:30:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![victimsofadown](https://avatars.discourse-cdn.com/v4/letter/v/d6d6ee/32.png) [@victimsofadown](https://forum.kirupa.com/u/victimsofadown)
#### Post date: [July 23, 2004, 12:30pm UTC](https://forum.kirupa.com/t/loadmovie-in-loadmovie/58545/1 "2004-07-23T12:30:04Z")

</div>

[http://1337toons.home.comcast.net](http://1337toons.home.comcast.net)

That is the site in question.

It is done with the loadMovie thing in the topleft corner of the ‘TV screen’. The coding on the page is as follows

> \_root.contents.loadMovie(“page.swf”)  
> well, on the home page, on the right side I have a ‘promo’ type thing. So I put in another ‘loadMovie’ on the actual home.swf, linking to a seperate file (so that i can easily change what is there, without having to actually edit several layers on the home.swf page.

the coding on the home page is as follows

> \_root.promo.loadMovie(“promo.swf”)  
> now. When viewing the ‘home.swf’ page on it’s own everything works. However when I attempt to view the ‘home’ page through the actual site it does not work. I know I read someone talking about layers a long while back, and I thought maybe that is what I needed, and it was some different coding?

Please help me, because I don’t know what to do…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 24, 2004, 10:54am UTC](https://forum.kirupa.com/t/loadmovie-in-loadmovie/58545/2 "2004-07-24T10:54:20Z")

</div>

Im having the same problem. = (

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 24, 2004, 11:38am UTC](https://forum.kirupa.com/t/loadmovie-in-loadmovie/58545/3 "2004-07-24T11:38:30Z")

</div>

\_root.contents.loadMovie(“page.swf”)

In the page.swf make a movie and call it "box"  
you can delete everything in it so that it is clear.

loadMovie(“promo.swf”,\_root.box);

The should load the promo.swf in the position where you have box.

Hope that helps ?
