--- In [email protected], "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

