Ok here is my problem.

I am trying to load a seperate swf into a playing movie. This swf is for a CDrom and the loaded movie contains my video. I can get the video to play, but not load in the position I want it to. Here is the code I am using on the button:

on (release){
loadMovie("video.swf", 1)_x41_y84;
}

Can anyone show me the correct format? THis is REALLY driving me nuts

Thanks everyone
JF