|
|
|||
Flash Player 8
Flash Player 9(AS3 version)
myTextEditor.removeLink( index:Number )
index - Number. Internal index of the link.
Nothing.
Method; Removes link from the selected text in targeted text field. Index of the image can be retrieved either by using 'link' event or 'getLinks' method.
The following code will remove link from the selected text in targeted text field:
myTextEditor.removeLink( 2 );