Actionscript slideshow, want logo to stay visible

I am tearing my hair out trying to use swapDepths to “float” this logo mc over the empty_mc the actionscript uses to display the images in the xml file

I have this which isn’t working

onClipEvent (enterFrame) { myMovieClip.swapDepths(empty_mc);
}