Asfunction from nested clip - onRollOver overrides

Hi everyone, I hope someone can help me with this problem, which is driving me crazy x|
I have some movie clips in the stage, and onRollOver they show an additional panel with some info, which is loaded from an xml and has a asfunction link that shows another clip with a video. My problem is that since I’m using onRollOver, it overrides all clicks from being listened by child clips. I’ve tried a lot of different approaches using onRollOver and onMouseMove but nothing seems to work. In one approach I loose the hitArea and hence the info clips fades making impossible to click the asfunction link, if I create a TextField on the fly on top of it, when the mouse roll over the text link the info panel fades again.
In short, the functionality I’m looking for is the same than the initial panel in this site:

http://www.ted.com

Thnx a lot in advance!