Loading images

Hey!

I have a problem. Well, it all works but I just need to get rid of a white flash.

stop();

imgCont.loadMovie("bild1.jpg");

knapp1.onRollOver = function() {
    imgCont.loadMovie("bild1.jpg");
}

knapp2.onRollOver = function() {
    imgCont.loadMovie("bild2.jpg");
}

knapp3.onRollOver = function() {
    imgCont.loadMovie("bild3.jpg");
}

knapp4.onRollOver = function() {
    imgCont.loadMovie("bild4.jpg");
}

When that happens, it swaps images perfectly but between the swaps a white flash appears. Can I remove that somehow?

I just want the swaps to be silkysmooth :slight_smile: