Hey I seriously need help.
I have a project due tomorrow and I’m a bit suck
Basically What I have is…
A index.swf that has a content_holder movieclip
content_holder then loads an external moveclip within conent/content_home.swf.
loadMovie("content/content_home.swf", _root.content_holder);
stop();
Withthin content_home.swf I have another placeholder named feature_holder. This loads home/feature.swf within itself
loadMovie("home/feature.swf", _root.feature_holder);
stop();
Basically what happens is…
When I run index.swf it loads the content_home.swf but then the content_home.swf does not load the feature.swf.
If I run content_home.swf by itself it DOES load feature.swf so I know the linking is right but whenever I run it from index.swf it won’t work D:
please help