|
Flash CS4 Resources |
bitmapItem.useDeblockingAvailabilityFlash CS4 Professional. UsagebitmapItem.useDeblocking DescriptionProperty; a Boolean value that specifies whether deblocking is enabled (true) or not (false). ExampleAssuming the first item in the Library is a bitmap item, the following code enables deblocking for the item: var libItem = fl.getDocumentDOM().library.items[0]; libItem.useDeblocking = true; |