PDA

View Full Version : drag and drop UIComponent


shizny
05-14-2008, 02:55 AM
Can anybody point me to a list of acceptable drag and drop formats that a Dragsource would use. I'm trying to drag a UIComponent that I have drawn in.

var ds:DragSource = new DragSource();
ds.addData(dragInitiator, 'graphics');