-
Flash AS 2.0 2011‧09‧27
xml 불러오기, xml 파일 작성법
위 처럼 xml을 만들고 var xml_file:String = "XmlFile.xml"; var xml:XML = new XML(); xml.onLoad = function() { nodes = this.firstChild.childNodes; total = nodes.length; for( i = 0; i < total; i++) { trace(nodes[i].childNodes[0].childNodes[0].nodeValue); } } xml.load( xml_file ); xml.ignoreWhite = true; 이렇게 만들어서 프리뷰 테스트를 하면 아웃풋 창에 title1 과 title2 가 출력되는 것을 볼 […]
-
Flash AS 2.0 2011‧09‧26
스테이지 정렬 및 스케일 모드
Stage.align = "LT"; Stage.scaleMode = "noScale";
-
2007-2009, 2008 2008‧01‧16
KOURSS.org
-
2007, 2007-2009 2007‧04‧25
d&c site renewal
[vimeo clip_id="29611887" height="300"]