Hello:
On the main timeline I have an itemdetail_mc, inside which is a detailthumb_mc (which loads an external image using onClipEvent(load)) and a watermark wm_mc. The watermark mc is on a higher layer in the Timeline than the detailthumb_mc, but when the external image loads, it loads over the watermark instead of under it. I tried using swapDepths, but this didn’t help. Any suggestions?
onClipEvent (load) {
_root.itemdetail_mc.detailthumb_mc.swapDepths (_root.itemdetail_mc.wm_mc);
}