-
Javascript, jQuery 2011‧09‧28
창 사이즈 읽어오기 scrollHeight / clientHeight / scrollTop (브라우즈별 차이점)
scrollHeight 스크롤 시키지 않았을때의 전체 높이를 구한다. Mozilla Developer Center의 그림예제를 보면 쉽게 이해할 수 있다. clientheight 눈에 보이는 많큼의 높이를 구한다. Mozilla Developer Center의 그림예제를 보면 쉽게 이해할 수 있다. scrollTop 스크롤되어 올라간 많큼의 높이를 구한다. Mozilla Developer Center의 그림예제를 보면 쉽게 이해할 수 있다. 브라우저별 차이점 scrollHeight / clientheight / scrollTop 모두 W3C의 […]
-
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"]