Extending Flash |
|
|
|
| Objects > Document object > document.setInstanceBrightness() | |||
Flash MX 2004.
document.setInstanceBrightness(brightness)
brightness An integer that specifies brightness as a value from -100 (black) to 100 (white).
Nothing.
Method; sets the brightness for the instance.
The following example sets the brightness for the instance to a value of 50:
fl.getDocumentDOM().setInstanceBrightness(50);
|
|
|
|