var opaqueBackground
Specifies a background color for the rectangular area around the MovieClip. The default is null (transparent background).
myClip.opaqueBackground = 0xCCCCCC);
myClip.opaqueBackground = null;
See example at http://www.pasz.com- /articles- /flash8ASDoc- /files- /geom- /Rectangle-as.html#flash.geom.Rectangle.Rectangle
var getRect
Still a bit of a mystery. Seems to be a method that returns an object with xMin, xMax, yMin and yMax properties that describe the rectangular area around the MovieClip. Like MovieClip.getBounds, except it is 1 pixel tighter around the outside of the clip. Perhaps in the final version of F8 Player this will have different functionality.
var filters: Array
var blendMode: String
var cacheAsBitmap: Boolean
Specifies a background color for the rectangular area around the MovieClip.
var opaqueBackground
var scrollRect
var transform
var scale9Grid
Still a bit of a mystery.
var getRect
function attachBitmap( bmp : flash.display.BitmapData, depth : Number, aa : String, unk : Boolean ) : Void