cut copy paste with DisplayObject(Group ,UIComponent) in action script 3 flex 4
问题 I am implementing Cut Copy Paste in my application like cacoo. but I face problem during these operation. i'm using idea behind cut copy paste var className:String = getQualifiedClassName(objcut.getItemAt(i)) var klass:Class = getDefinitionByName(className) as Class var cloneObject:* = new klass() so i'm not able to preserve all property of object. There is any other idea to perform these operation in flex 4.how can i copy an Graphical object in Flex 4(as3). Copy an Object and paste multiple