Custom XML gallery

I’d like to load a movie when a certain image (#5) in the gallery is reached. Can’t quite figure it out. Something like this?

if (p == 4) {
_root.contents.loadMovie(“movie3.swf”);
}

Thanks for any help.