Can you able to post your movie on web? I need to check.
RootDir
Main Topics
Browse All TopicsThis is probably basic stuff, but I am learning . . .
I have 5 scenes in my movie, and want to load external movies into each of these scenes.
I created an empty movie clip, gave it an instance name, and actionscript on frame one reads . .
loadMovieNum ("foo.swf", foo);
where foo.swf is the name of the external swf, foo is the instance name of the movie clip, and selected target as the location. This means I can place the external swf where I want it. This works fine.
When I add a scene and do exactly the same thing in the new scene, it doesnt work-blank screen.
What am I doing wrong?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here are an working example:
http://hammar.no/users/tho
Giving the target movieclip the same instance name doesent matter as long as you have only one in each scene.
Are you sure you have done exactly the same thing as the scene that is working?
is the loadmovie using the same external file
the common thing I do wrong when I'm playing around with the loadmovie is that I forget to make the swf file in the same directory as the calling swf.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Accept thor918's comment as answer.
Please leave any comments here within the next four days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
OBCT
EE Cleanup Volunteer
Business Accounts
Answer for Membership
by: rootdirPosted on 2002-05-05 at 12:50:15ID: 6990561
Simple
Give different instance name to empty movie clip in each scene so that instance name should not be duplicate throughout main movie(parent movie).
Cheers
RootDir