|
Flash CS4 Resources |
bitmapItem.allowSmoothingAvailabilityFlash MX 2004. UsagebitmapItem.allowSmoothing DescriptionProperty; a Boolean value that specifies whether to allow smoothing of a bitmap (true) or not (false). ExampleThe following code sets the allowSmoothing property of the first item in the library of the current document to true: fl.getDocumentDOM().library.items[0].allowSmoothing = true; alert(fl.getDocumentDOM().library.items[0].allowSmoothing); |