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