SWFs loaded into holder_mc slightly distorted

Hi there,

I’ve created a holder on my site into which I’m loading individual .swf movies using a separate ‘interface’ at the side. Each swf is a slideshow of jpeg images, but for some reason they are becoming slightly stretched/distorted (maybe a single line of pixels is repeated) when they appear in the holder. The holder size is 1000x600, each swf has the same size, same dimensions for each jpeg too.

An example code for a button to load the swf into the holder is:

on (release) {
_parent.holder_mc.loadMovie(“interface_7_movie.swf”);
}

Is there anything I need to add to prevent the weird distortion?

If I need to provide any more code, drop me a line and I’ll add it straight away.

thanks very much :slight_smile: