http://flexgeek.wordpress.com/2007/03/15/drag-drop-example/

will help you get started.

On 5/30/07, Tracy Spratt <[EMAIL PROTECTED]> wrote:

   Yes, then check the docs.  There are several simple examples to get you
started.  Peter Ent has a series of articles that go into some detail.



Tracy


 ------------------------------

*From:* [email protected] [mailto:[EMAIL PROTECTED] *On
Behalf Of *junkfinn
*Sent:* Wednesday, May 30, 2007 12:12 PM
*To:* [email protected]
*Subject:* [flexcoders] Re: Drag Drop functionality in Flex/AS3



--- In [email protected] <flexcoders%40yahoogroups.com>,
"zzberthod" <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I try to add Drag Drop functionality on my Flex application.
> But I don't know what to do?
>
> Do you know a core function that I can use in Flex/AS3?
>
> Thanks.
>
import mx.core.DragSource;
import mx.managers.DragManager;
import mx.events.DragEvent;

These are what you need to import for Drag and Drop.

Goodluck

Reply via email to