hmmm.. confused.
Your code dosen't quite look right to me. I'm on a computer with out KM so can't test but:
PHP Code://assuming that you want to load a movie with a filename of one.swf into mc4
//also this code is AS1 NOT AS3 and in AS3 I believe there is no loadMovie command
on(release){
mc4.loadMovie("one.swf");
mc4.gotoAndPlay(1);
}
}




Reply With Quote