336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
//////resultEvent 에서 얻어옴
lst.dataProvider = event.result.rss.channel.item;
/////httpService 에서 얻어옴
lst.dataProvider = newsCall.lastResult.rss.channel.item;
------------------------------------------------------------
list 에서 arraycollection 이 아니고, xml 로 직접 얻어 올때..
<mx:List id="lst" width="100%" height="100%" borderThickness="0" labelField="title"/>
lst.dataProvider = event.result.rss.channel.item;
/////httpService 에서 얻어옴
lst.dataProvider = newsCall.lastResult.rss.channel.item;
------------------------------------------------------------
list 에서 arraycollection 이 아니고, xml 로 직접 얻어 올때..
<mx:List id="lst" width="100%" height="100%" borderThickness="0" labelField="title"/>
'컴터 > Flash & Flex' 카테고리의 다른 글
navigateToURL(url); 에서 파라미터 값 보내기 (0) | 2008.08.12 |
---|---|
ExternalInterface 로 html 자바스크립트 함수 가져다 쓰기 (0) | 2008.07.10 |
itemrenderer 안의 button 에 이벤트 주기, 파일 다운로드시 주의사항 (2) | 2008.07.07 |
httpservice 에서 데이타 그리드 불러올때 (0) | 2008.07.07 |