hitTest and loadMovie

Hello,

There’s a datagrid which has a flyout on rollover.
Mouse Move event checks hitTest with flyout, if the mouse is over the flyout and inside the grid , it doesn’t do anything otherwise it deletes the flyout.

This works fine for the independent movie, but when the swf is loaded into another movieclip with loadMovie, the hitTest always returns false.

How to achieve hitTest with loaded swf?

Thanks,

AC