I made a
main site.
There I load a movie in to the main site.
The movie that I loaded Into the main movie.
I have made a link So it load a new movie in the loaded movie in the main.
But here’s the problem It dosn’t do that.
This is what I used the first time
on (release) {
_root.bark.loadMovie("robocon.swf");
}
I believe I understand how your structure is set up. As long as you have the button to load “temp.swf” and the empty mc “ro” on the robocon timeline the code I gave you should work just fine.
You can not say _root.ro because Flash thinks you are talking to a mc called ro on your main timeline when the “ro” is actually contained in your mc “robocon”.
I couldn’t really figure out much with just the swf files. I need to see your park.fla and your robocon.fla. You can delete anything you don’t want me to see before sending. This will also help reduce file size.