336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
객체 생성해서 이벤트 적용하기
var popImg:Image = new Image();
popImg.width = w;
popImg.height = h;
popImg.x = (customWidth-w)/2;
popImg.y = (customHeight-h)/2;
popImg.load(incVars.incUrl().s_domain + path);
popImg.showBusyCursor = true;
this.addChild(popImg);
var irisEft:Iris = new Iris();
irisEft.showTarget = true;
irisEft.target = popImg;//taget으로 생성된 객체지정
irisEft.play();
var popImg:Image = new Image();
popImg.width = w;
popImg.height = h;
popImg.x = (customWidth-w)/2;
popImg.y = (customHeight-h)/2;
popImg.load(incVars.incUrl().s_domain + path);
popImg.showBusyCursor = true;
this.addChild(popImg);
var irisEft:Iris = new Iris();
irisEft.showTarget = true;
irisEft.target = popImg;//taget으로 생성된 객체지정
irisEft.play();
'컴터 > Flash & Flex' 카테고리의 다른 글
[flex]for문에서 addEventListener 줄때 마지막 값만 가져올때... (1) | 2009.01.24 |
---|---|
flv 플레이어를 공개합니다. (19) | 2008.10.25 |
Alert.show 용법 - 버튼/크기/라벨 바꾸기등 (0) | 2008.09.10 |
메뉴 : FlexNativeMenu (0) | 2008.09.03 |