Category Archives: actionScript

http://www.hyundaigenesis.com

이번에 화제가 된 슈퍼볼 중간 TV 광고를 현대자동차가 차지했다길래 구경하다가 방문한 현대제네시스 글로벌 사이트. 근래에 봤던 플래쉬 아트웍중에서 가장 근사(graceful?)하다. http://www.hyundaigenesis.com 엔지니어가 누군지는 모르지만 안봐도 알것같은 그들의 노가다와 그 결과물에 브라보! 아래영상은 그 비싸다는 슈퍼볼 중간광고에 방영된 현대 제네시스 TV광고.  
Also posted in development | Leave a comment

addEventListener 의 이벤트핸들러로 변수 전달하기

Pass variable with addEventListener addEventListener 의 이벤트핸들러로 변수 전달하기   Knorcedger I want to pass a variable to a function called by an addEventListener, but when i try to do it, it doesnt pass the event itself to the function. For example, i have item.addEventListener(ContextMenuEvent.MENU_ITEM_S ELECT, me); and… private function me(event:ContextMenuEvent):void { and i try something like that, but it says that it [...]
Also posted in development | Leave a comment

익명의 함수로된 이벤트핸들러를 removeEventListener 시키기

removeEventListener() for an anonymous function 익명의 함수로된 이벤트핸들러를 removeEventListener 시키기   axiomflash I have an event listener with an anonymous function literal, rather than a function reference. What I am trying to figure out is how to remove that event listener. Obviously, I need a reference to the anonymous function, so the two functions are ===. But, something is going [...]
Also posted in development | Leave a comment

곰 FLV 플레이어

퍼가기용 채널용
Also posted in development | Leave a comment