|
|
document.duplicateSelection()
AvailabilityFlash
MX 2004.
Usagedocument.duplicateSelection()
DescriptionMethod;
duplicates the selection on the Stage.
ExampleThe
following example duplicates the current selection, which is similar
to Alt-clicking and then dragging an item:
fl.getDocumentDOM().duplicateSelection();
|