Drag XML content inside component

Hello,

Does anyone have any tips or help regarding the ability to drag XML content (with your mouse) inside a pre-built component?

I’m using a custom “flash news ticker” made by Arsa and my client would like the ability to ‘grab’ the scrolling XML and move it up and down with the mouse.

I’m familiar with dragging a movie clip using:

Clip.onPress = function():Void {
this.startDrag();
};

but this is all I know about dragging with a mouse…

any ideas would rule…
thanks!!