FlashTextEditor.insertImage

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.insertImage( imageObj:Object )

Parameters

imageObj - Object with the following (optional)properties:

Returns

Nothing.

Description

Method; Inserts image inside targeted text field at caret location.

Example

The following code will insert image inside targeted text field:

myTextEditor.insertImage({
		src:"http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif",
		width:88,
		height:31
});