Prototype question

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.

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

new browser window

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