Flash MX 2004.
document.setInstanceAlpha(opacity)
opacity An integer between 0 (transparent) and 100 (completely saturated) that adjusts the transparency of the instance.
Nothing.
Methods; sets the opacity of the instance.
The following example sets the opacity of the tint to a value of 50:
fl.getDocumentDOM().setInstanceAlpha(50);