loadMovie and swapDepths

i have base.swf, where i load 2 movieclips (porta1.swf ; porta2.swf). if i rollover on porta1, porta 1 must go in front of all other clips. Same effect for porta2.swf

i put
on(rollover){this.swapDephs(998)}
on(rollout){this.swapDephs(1)}

same in porta 2…

but it doesn’t work…

how can i do this ???