What I have is 2 seperate files, Main file is the actual website flash, second file is the external movie clip that loads 3 other external movie clips. The site will see the external clip but nothing will appear on the site, blank movie clip only.
On the main site there is this code to load the external clip into the site:
[AS]loadMovie(“toonsext.swf”, _root.toons_mc)[/AS]
On the external clip these are the codes for loading the 3 characters onto it:
[AS]loadMovie(“joshtoon.swf”, joshblank_mc)
loadMovie(“toonmatt.swf”, mattblank_mc)
loadMovie(“metoon.swf”, meblank_mc)[/AS]
Seperately the external clip will work and show the characters however on the main site it will not show anything. What could be the problem can flash not load 2 seperate entities like this or is there a code wrong on my behalf?