Extending Flash |
|
|
|
| Objects > Document object > document.removeDataFromSelection() | |||
Flash MX 2004.
document.removeDataFromSelection(name)
name A string that specifies the name of the persistent data to remove.
Nothing.
Method; removes persistent data with the specified name that has been attached to the selection.
The following example removes from the selection the persistent data named "myData":
fl.getDocumentDOM().removeDataFromSelection("myData");
|
|
|
|