My caption hover get stucked when drag an external swf

Hi everyone
First of all, thx Kirupa and the rest of you guys for helping people out. I am kind of new in AS bussines and have been lerning a lot of kirpas tutorials and other posts here .
My problem is about the hover caption. I have done the kirupa tutorial and finde myself with a problem. I have read all posts about this and seen that there are others with problems similar to mine but some how their answers don´t help me :frowning:
I have some thumbnails (buttons) inside a MC. Theas have the caption hover each and everthing works fine.

on (rollOver) {
_root.x = 1;
_root.caption.words = “El actor”;
}
on (rollOut) {
_root.x = 0;
_root.caption.words = " ";
}

What I do later is calling an external swf pressing the buttons

on (release) {
loadMovie(“el_actor.swf”, 1);
}

The swf has a button inside with which I can drag my swf. Now the problem is, once I drag the swf, my entire captionbox get stucked in the place where i started to drag swf.
The hover keeps working when I go above the buttons, but in wrong place, where it is stucked.

I have tried with:
on (release) {
startDrag(_root.mcIntroductions.mcCaption, true);
}
in swf but it dosn´t work.

I have put the file in this url so you can see the problem.
http://www.fotofree.org/reza/actores.html
(only the first “José Sacristán” and the fourth “Maximiliano Ghione” have external swf) It may take a moment. I still haven´t put the loaders in SWFs.

Thx to any concrete help in this issue.

Btw, its my first post in any forums ever :slight_smile: