|
|
document.distributeToLayers()
AvailabilityFlash
MX 2004.
Usagedocument.distributeToLayers()
DescriptionMethod;
performs a distribute-to-layers operation on the current selection—equivalent
to selecting Distribute to Layers. This method displays an error
if there is no selection.
ExampleThe
following example distributes the current selection to layers:
fl.getDocumentDOM().distributeToLayers();
|