Hi All,
well i can imagin it can be a seriously stupid question for alot of you here…but its getting on my nerves here…
Here is the CASE:
I have a main Movie which is calling different other Swf Files in a “container” movie clip.
One of the External loaded SWF has some buttons in it but these are placed within a Movie clip!!!..
lets take an example:
“Main.swf” calls “1.swf” in the “container” movie clip.
1.swf has a button “btn_1” in a movie clip names “mc_1”.
I have created another swf(details.swf).
Now what i want is that when i click on “btn_1”(it is inside the movie clip),it should replace the existing “1.swf” on container and load “details.swf” in it.
Is there any script i can write on the button that would enable this?
I am using :
on(release){
_level0.container.loadMovie(“details.swf”);
}
But it doesnt work…
Please help!!!
Best Regards