On 5/7/07, slangeberg <[EMAIL PROTECTED]> wrote:

>  Here's the handler to capture the 'dragDrop' event:
>
> private function onDragDrop(event:DragEvent):void  {...}
>
>  Is there any way to access the dragImage from that DragEvent?

I think you'll have to just hold a reference to your dragImage and
access it later in the handler.

Reply via email to