# Prototype question

**URL:** https://forum.kirupa.com/t/prototype-question/23160
**Category:** Uncategorized
**Created:** [June 13, 2003, 7:13pm UTC](https://forum.kirupa.com/t/prototype-question/23160 "2003-06-13T19:13:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![scu](https://avatars.discourse-cdn.com/v4/letter/s/94ad74/32.png) [@scu](https://forum.kirupa.com/u/scu)
#### Post date: [June 13, 2003, 7:13pm UTC](https://forum.kirupa.com/t/prototype-question/23160/1 "2003-06-13T19:13:55Z")

</div>

I am attempting to load an external movie - let’s call it “c” - into an empty movie clip residing in an external movie - let’s call it “b” - that has been loaded into an external movie - let’s call it “a” - that resides on level1 of the main movie.

The main movie loads “a” into level1, and “a” opens “b” in a new window that has been created by calling the function “Movieclip.prototype.openWinCentre”.

When the individual movies are tested seperately everything works. It’s only when they are strung together, and “b” has been opened by “a” in it’s new window, that “b” will not open “c”.

main  
“a” (into level1)  
“b” (into new window)  
“c” (into empty movie clip within “b”) _this is the problem_

Please help.  
thanks.

---

<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: [June 13, 2003, 7:17pm UTC](https://forum.kirupa.com/t/prototype-question/23160/2 "2003-06-13T19:17:35Z")

</div>

what do you call “new window”, is that a new browser window, or a “window”-clip in flash?

---

<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: [June 13, 2003, 7:21pm UTC](https://forum.kirupa.com/t/prototype-question/23160/3 "2003-06-13T19:21:52Z")

</div>

new browser window

---

<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: [June 13, 2003, 7:52pm UTC](https://forum.kirupa.com/t/prototype-question/23160/4 "2003-06-13T19:52:32Z")

</div>

what’s the code in b then to load c?  
this is funny 🙂  
(not making fun of you, just those a b c things…)
