| At line 1 added 83 lines |
| [{TableOfContents}] |
|
| !!!Flex 문의처 |
| *최성훈(브라이언) 010-9498-9930 (Flex Component Naver Cafe 운영자) |
|
| !!!Flex 관련 커뮤니티 |
| *Flex Component Naver Cafe [http://cafe.naver.com/flexcomponent.cafe] |
| *아폴로 Naver Cafe [http://cafe.naver.com/apollocation] |
| *Korea Flex User Group [http://www.fxug.co.kr] |
| *FlexLab(한국) [http://www.flalab.com/] |
|
| !!!Flex 관련 국내 회사 |
| *엑츠원-Flex 컴퍼넌트 관련 회사(BlueOne Components 2.0) [http://www.actsone.co.kr/] |
| *동부 CNI [http://www.dongbucni.co.kr/korean/index.asp] |
|
|
| !!!Flex Sample |
| *농협 xbank [http://xbank.nonghyup.com/] |
| *관계도 관련 예제 [http://www.cynergysystems.com/blogs/page/andrewtrice?entry=360_flex_programmatic_visualizations] |
| *Flex 다양한 예제 모음 [http://www.tricedesigns.com/tricedesigns_home/blog/2006_09_01_archive.html] |
| *MDI 예제 [http://www.returnundefined.com/flexmdi/explorer/] |
| *MDI 컴퍼넌트 예제1 [http://www.flex-flex.net/blog/article.asp?id=9] |
| *MDI 컴퍼넌트 예제2 [http://www.wietseveenstra.nl/files/flex/SuperPanel/v1_5/MainView.html] |
| *동적으로 바인드되는 XML Tree 메뉴+Node찾아펼치기 [http://blog.jidolstar.com/18] |
|
|
| !!!Flex 개발시 참고할만한 Site |
| *Adobe Flex2 런칭 세미나(동영상 발표자료) [http://dism.co.kr/2006/srp/flex2/agenda.htm] |
| *Flex, Air 한글화 문서[http://flexdocs.kr/] |
| *Adobe Flex 개발자 센터 [http://www.adobe.com/kr/devnet/flex/] |
| *Adobe Labs의 wiki [http://labs.adobe.com/wiki/] |
| *Adobe Flex2 Language Reference [http://livedocs.adobe.com/flex/2/langref/] |
| *Flash 플레이어 다운로드 [http://www.adobe.com/support/flashplayer/downloads.html] |
| *Adobe Flex2 Component Explorer [http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html] |
|
| !!!Flex Builder 가격 |
| *Flex Builder 2 200만원 정도 |
| *Flex Builder 3 Standard edition 이 $249 20만원 |
| *Flex Builder 3 Professional edition 이 $699 60만원 |
|
| !!!Flex 그래픽 |
| {{{ |
| Sprite : 그래픽 요소를 표현하는 최소 단위 |
| Shape : 도형을 표현하는 최소 단위 |
| 알파는 사용하지 않는것이 좋다. |
| }}} |
|
| !!!Flex 메뉴 |
| {{{ |
| Tree 메뉴를 많이 사용 함 |
| }}} |
|
| !!!Flex 주의 사항 |
| *파일의 용량 |
| {{{ |
| SWF는 500KB이하로 제작 |
| }}} |
| * 아래 처럼 하지마라.(성능 저하) |
| {{{ |
| <mx:vbox> |
| <mx:hbox> |
| </mx:hbox> |
| </mx:vbox> |
| }}} |
|
| !!!Flex 이슈 |
| *대용량 그리드 |
| *Flex Excel 제어 |
| *Flex Report |
| {{{ |
| 기본적으로 제공되는 부분 없음 |
| 써드파티 제품을 사용해야 함 |
| }}} |
| *메신져 |
| {{{ |
| Sock과 XML Sock을 제공 해줌 |
| Server는 일반적인 서버를 사용하면 됨 |
| FDS라는 Adobe제폼을 사용 할 수도 있음 |
| }}} |
| *MDI |
| {{{ |
| SWF Loader, Image |
| }}} |