Hi,
I have a start.swf file. It contains just one mc, the “placeholder.mc”. What I would like to do is: when the “placeholder_mc” is loaded it should automatically load the next swf movie to the level 1.
This is my AS:
placeholder_mc.onLoad = function()
{
loadMovieNum(“engint.swf”, 1);
};
This small movie just loops, but does not load engint.swf.
What is wrong?
Thanks,
B.