|
Property Summary |
public
| leftMargin: Number (write)
|
| Sets how much of the left hand side of the graphic will not be stretched. Default value is 20 pixels.
|
|
public
| leftMargin: Number (read)
|
| Gets how much of the left hand side of the graphic will not be stretched.
|
|
public
| margin: Number (write)
|
| Sets the leftMargin and rightMargin to the same value.
|
|
public
| margin: Number (read)
|
| If leftMargin and rightMargin are equal, returns their value, otherwise returns undefined.
|
|
public
| rightMargin: Number (write)
|
| Sets how much of the right hand side of the graphic will not be stretched. Default value is 20 pixels.
|
|
public
| rightMargin: Number (read)
|
| Gets how much of the right hand side of the graphic will not be stretched.
|
|
public
| skin: String (write)
|
| Sets the skin to be used in the resizer. This is a string set to the linkage name of a movie clip containing a graphic. The movie clip must be set to export.
|
|
public
| skin: String (read)
|
| Gets the skin used in the resizer.
|
|
|
Constructor |
public
| HResizer (
Void)
|
|
|
|
Method Summary |
public static
| create (
target: MovieClip, id: String, depth: Number, initObj: Object
): HResizer |
| Static method used to create an instance of a HResizer on stage at run time.
|
|
|
|