targetContainer.removeAllChildren();

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

'Flex' 카테고리의 다른 글

Flex 효과 예제  (2) 2009.05.19
Flex3 Beta 개발자 가이드  (0) 2007.10.12
Flex3 데모 어플리케이션  (0) 2007.10.12

+ Recent posts