In order to improve user experience we want the ability to have an animated movieclip of a turning wheel- and have the ability to drag and drop it anywhere on a defined area
We have built the rotating wheel as a swc file.
How do we do the drag+drop. Examples that I have seen, cater to only dropping of images. Thanks again
To use the Flex classes for drag and drop you’ll need to wrap that movieClip in an a UIComponent; which has all the events related to drag and drop.
Here are some good instructions. To copy the relevant pieces: