2008년 8월 1일 금요일

Flex 여러개의 object addChild


targetContainer.removeAllChildren();

for(var i:int=0; i<count; i++) {
   var swfLoader:SWFLoader = new SWFLoader();
   targetContainer.addChild(swfLoader);
}

댓글 없음:

댓글 쓰기