Enterprise APP
유용한 플렉스 컴포넌트 리스트 이 중에서도 꽤 유용한 리스트 목록 -HSlider and VSlider -PromptingTextInput -SuperTabBar -Docking ToolBar -Scheduling http://code.google.com/p/flexlib/wiki/ComponentList
구글맵 for 플래시 http://code.google.com/intl/ko/apis/maps/documentation/flash/ 구글맵3D for 플래시 http://code.google.com/intl/ko/apis/maps/documentation/flash/3d-maps.html 네이버 플래시 지도 http://dev.naver.com/openapi/apis/map/flash/reference
실시간 컴파일 및 에러체크와 같은 유용한 기능과 코드힌트 등 기존 IDE 툴이나 빌더 툴 보다 편한 기능들도 많아 교육환경에서 사용하면 좋을 것 같습니다. 플래시 플레이어 10.1 지원 http://wonderfl.net
http://seantheflexguy.com/blog/2009/12/19/list-of-34-more-actionscript-30-apis/ List of 34 More ActionScript 3.0 APIs Using an API can save time during the development process. The wonderful thing about the Flash Platform Community has always been the willingness to share. Here’s 34 more ActionScript 3.0 APIs that can be used for Flex, Flash and AIR development. Hopefully one of the APIs listed ..
iPhone이 뜨면서 이를 이용한 eBook류가 대세입니다. 오렐리는 말할 것도 없고 앱스토어 검색에서 "Actionscript"로 검색하면 4달러가 넘는 오렐리 서적들~ 다행히 공짜 아이템 발견한 것이 Mike의 작품이군요. http://www.mikechambers.com/as3iphone/ 참고 앱스토어에서는 "as3 api" 로 검색 할 것.
Event listener model in cs3 looks nice it is not same as we were heaving earlier in as2 or till flash 8. Here is an example of using and making your own custom event in as3. This example allow user to load n number of XML file when XML file is loaded then dispatch an event “XMLLoaded” which can be listen by any other class any where. There are two class 1. CustEvent 2. DEvt Here are the definiti..