Question
loadmovie problem
I have a flash web site and I'm trying to load a flash
publicity in this flash web site.
I'm using
pub.loadmovie(pub1.swf);
where pub is the occurance where I want to position it.
My problem is that at the end of this animation I need to load another one at the exact same position wich I can't do.
All I'm able to do is load something at the top left corner.
I put the fallowing code to get it load at the top left corner
loadMovieNum("pub2.swf", 1);
What do I have to put at th end of my publicity to make it load on the pub occurance ?
I'm using
pub.loadmovie(pub1.swf);
where pub is the occurance where I want to position it.
My problem is that at the end of this animation I need to load another one at the exact same position wich I can't do.
All I'm able to do is load something at the top left corner.
I put the fallowing code to get it load at the top left corner
loadMovieNum("pub2.swf", 1);
What do I have to put at th end of my publicity to make it load on the pub occurance ?