我有这个:
private function tileList_itemClick2(evt:ListEvent):void {
img = new Image();
img.maintainAspectRatio = true;
img.addEventListener(Event.COMPLETE, image_complete);
img.addEventListener(ResizeEvent.RESIZE, image_resize);
img.addEventListener(MouseEvent.CLICK, image_click);
img.source = "products/images/" + evt.itemRenderer.data.imgH;
img.setStyle("addedEffect", image_addedEffect);
img.setStyle("removedEffect", image_removedEffect);
PopUpManager.addPopUp(img, myCanvas, true);
}
是否可以限制myCanvas中的模态(模型透明度颜色)? 甚至在除画布之外的其他东西里面?
答案 0 :(得分:0)
答案 1 :(得分:0)
我认为您想要对模态透明度进行更改。 内部样式表放了这段代码。
全球 { 模态透明度:0.0; 模态透明度颜色:白色; modal-transparency-blur:0; }