Drag-and-drop lets you move components and transfer data in a Flex application via the mouse and ubiquitous "click-drag-drop" paradigm. All Flex components support drag-and-drop operations with the proper enablement.
We're going to follow these steps to learn about Drag-and-Drop in Flex:
- Create a Project and Application
- Create some Boxes (one for dragging, one for dropping)
- Make the Red Box Draggable
- Make the Blue Box a Drop Target
- Handle the Drop
- Show Feedback
- Use Drag Source