# loadMovie works in test player NOT in HTML page

**URL:** https://forum.kirupa.com/t/loadmovie-works-in-test-player-not-in-html-page/118243
**Category:** Uncategorized
**Created:** [August 3, 2004, 11:29pm UTC](https://forum.kirupa.com/t/loadmovie-works-in-test-player-not-in-html-page/118243 "2004-08-03T23:29:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vagabond007](https://avatars.discourse-cdn.com/v4/letter/v/e480ec/32.png) [@vagabond007](https://forum.kirupa.com/u/vagabond007)
#### Post date: [August 3, 2004, 11:29pm UTC](https://forum.kirupa.com/t/loadmovie-works-in-test-player-not-in-html-page/118243/1 "2004-08-03T23:29:22Z")

</div>

I have a movie clip that uses loadMovie to load a .swf into a mc

Within this swf I want to have loadMovie also load another swf into another mc.

In the test player I can do this just fine… however, when I test it live I get nada…

any ideas?

–vagabond007

---

<div class="post-metadata">

### Author: ![bwh2](https://avatars.discourse-cdn.com/v4/letter/b/8c91f0/32.png) [@bwh2](https://forum.kirupa.com/u/bwh2)
#### Post date: [August 3, 2004, 11:55pm UTC](https://forum.kirupa.com/t/loadmovie-works-in-test-player-not-in-html-page/118243/2 "2004-08-03T23:55:12Z")

</div>

your targets are probably incorrect. i’ve made this mistake before. you’ll probably have to add in some \_parent or \_root to your targets.

---

<div class="post-metadata">

### Author: ![vagabond007](https://avatars.discourse-cdn.com/v4/letter/v/e480ec/32.png) [@vagabond007](https://forum.kirupa.com/u/vagabond007)
#### Post date: [August 3, 2004, 11:58pm UTC](https://forum.kirupa.com/t/loadmovie-works-in-test-player-not-in-html-page/118243/3 "2004-08-03T23:58:32Z")

</div>

> [@bwh2](#):
>
> your targets are probably incorrect. i’ve made this mistake before. you’ll probably have to add in some \_parent or \_root to your targets.

Hello and thanks –

believe me I have tried… all the way from \_level0, using \_parent.\_parent permutations and everything…

even tried loadMovieNum and still, works in test player not in HTML page… DOH!

Will keep trying paths but if you know of any other possible issue please let me know…

thanks,

vagabond007
