I have a projector file for Mac which loads and unloads movies into it. The problem is that when the project loads the swf, for a split second the presentation blinks. I know you are going to say that it is a computer problem but this happens on all Macs. G3's G4's low ram high ram etc.

Is it how i am loading the movies??

Action script.

Frame example:

loadMovieNum ("macnavbar.swf", 1);

Button example:

on (release) {
loadMovieNum ("macprofile.swf", 1);
}

Your help is greatly appeciated.

P