Hi all,
I have this file (infinite.fla) that has an infinite menu. Basically, when the user click on the button, it is suppose to load an external movie into a container in the infinite.fla file.
the container name is containermc
and here is my button that i am asking it to load to
on (release) {
loadMovie(“intro.swf”, “containermc”);
}
nothing appears when i click on the button… please help!
thanks