I need to change the default Zoom/Move effect at the end of a drag operation. I traced into the DND-Classes and found that the effects are hardcoded right into the mouseUpHandler of the DragProxy-Class - a internal helper class for the DragManager. Overwriting the handler would be a way to go but I can't find a way to register a custom DragProxy in the DragManager(Impl).
I don't quite get the Design behind this but must miss something obvious. 1.) is there a way to change the default-effects for the drag-operations? 2.) If not, how would I register a custom DragProxy in the DragManager, without changing the Flex-Framework? thanks for any help. andy

