lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Flash AS 2.0 2011‧11‧28

    MovieClipLoader , 로드 시작, 로드 과정, 로드 완료

    var mcLoader:MovieClipLoader = new MovieClipLoader(); var listener:Object = new Object(); listener.onLoadStart = function(target:MovieClip) { trace(target + "로드 시작"); } listener.onLoadProgress = function(target:MovieClip, bytesLoaded:Number, bytesTotal:Number):Void { var loadNum:Number = Math.round((bytesLoaded/bytesTotal)*100); trace(target + "총" + bytesTotal + "바이트 중 " + bytesLoaded+"바이트 로드"); } listener.onLoadInit = function(target:MovieClip) { trace(target + "로드 완료"); } mcLoader.addListener(listener); //MovieClipLoader 실행 mcLoader.loadClip("로드할파일", […]

popular

  • 게시판 플러그인 KBoard 설치법 및 사용법
  • jQuery - 라디오 버튼 체크 여부 확인
  • 키보드 키 코드
  • css - 크롬 position fixed 버그 해결 방법
  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • awesome, inspiration, award site 사이트
  • 안드로이드 빌드 오류 - MainApplication.java:60: error: cannot find symbol ReactNativeFlipper.initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
  • WERTY2014 바탕화면 아트웍
  • refers to a value, but is being used as a type here. Did you mean 'typeof'
  • Google Webmaster Conference 2013

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....