.NET Webservice 와 Flex의 WebService 연계 예제...
'Computer_IT > FLEX_AIR' 카테고리의 다른 글
[3D] Starling 메뉴얼 따라 하기 1 - 단색 박스 (0) | 2011.11.22 |
---|---|
[3D] Starling 메뉴얼 따라 하기 1 - 초기 샘플 (0) | 2011.11.22 |
Building ADOBE® AIR® Applications ( Adobe AIR 응용 프로그램 만들기 ) - Last updated 2010/11/19 (1) | 2011.01.24 |
Flex/actionscript 생성된 객체 사이즈 확인 (0) | 2010.10.15 |
Class IIMEClient could not be found. (0) | 2010.06.15 |
Flex/actionscript 생성된 객체 사이즈 확인
'Computer_IT > FLEX_AIR' 카테고리의 다른 글
.NET Webservice 와 Flex의 WebService 연계 예제... (0) | 2011.05.13 |
---|---|
Building ADOBE® AIR® Applications ( Adobe AIR 응용 프로그램 만들기 ) - Last updated 2010/11/19 (1) | 2011.01.24 |
Class IIMEClient could not be found. (0) | 2010.06.15 |
Windows dialog center 위치 - in AIR (0) | 2010.05.13 |
FlashBuilder 4 Premium 에서 JDT(JavaDevelopmentTool) 설치하기 (0) | 2010.03.25 |
Class IIMEClient could not be found.
Error...
VerifyError: Error #1014: Class IIMEClient could not be found.
오류...
발생되는 원인
Air 1.5 에서 SDK를 1.5SDK -> 2.0이 적용된 2.0SDK 를 적용하면 메세지가 발생된다.
Solution..
AIR 프로젝트 생성시 생성되는 프로젝트명.xml 파일을 열어 보면
<application xmlns="http://ns.adobe.com/air/application/1.5">
<!-- Adobe AIR Application Descriptor File Template.
.......
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/2.0">
<!-- Adobe AIR Application Descriptor File Template.
...
'Computer_IT > FLEX_AIR' 카테고리의 다른 글
Building ADOBE® AIR® Applications ( Adobe AIR 응용 프로그램 만들기 ) - Last updated 2010/11/19 (1) | 2011.01.24 |
---|---|
Flex/actionscript 생성된 객체 사이즈 확인 (0) | 2010.10.15 |
Windows dialog center 위치 - in AIR (0) | 2010.05.13 |
FlashBuilder 4 Premium 에서 JDT(JavaDevelopmentTool) 설치하기 (0) | 2010.03.25 |
Flash Player Debuger 10.0.45.2 - 2010/02/11 (0) | 2010.02.17 |
Flex horizontalAlign style
setStyle("horizontalAlign", "center");
가끔 생각이 안남...
.setStyle("paddingTop", 12);.setStyle("paddingBottom", 12);
참고페이지
'Computer_IT > FLEX_AIR' 카테고리의 다른 글
Flash Player Debuger 10.0.45.2 - 2010/02/11 (0) | 2010.02.17 |
---|---|
Flash - http://beautifl.net/ wonderfl.net (0) | 2010.02.17 |
Flex / Actionscript Transformer tool library (0) | 2009.11.06 |
XMLSocket for Server Push (0) | 2009.10.22 |
FlashBuilder 4 Beta2 시리얼 받기 (0) | 2009.10.14 |
Silverlight / Flash(Flex) 보안정책 파일
Silverlight에서 지원하는 보안정책 파일
Flash정책 파일 (crossdomain.xml)
대표사이트
http://www.naver.com/crossdomain.xml
http://www.google.com/crossdomain.xml
http://www.youtube.com/crossdomain.xml
http://www.hugeflow.com/crossdomain.xml
Livedoc 문서: http://livedocs.adobe.com/flash/9.0_kr/ActionScriptLangRefV3/flash/system/Security.html
설명 : Adobe의 기본정책파일 / WebClient/HTTP Class에서 사용가능
Silverlight 정책파일(clientaccesspolicy.xml)
대표사이트
http://www.microsoft.com/clientaccesspolicy.xml
http://www.silverlight.net/clientaccesspolicy.xml
http://www.hugeflow.com/clientaccesspolicy.xml
MSDN 문서 : http://msdn.microsoft.com/ko-kr/library/cc645032(VS.95).aspx
설명 : MS Silverlight 기본정책파일 / WebClient/HTTP Class / Socket등에서 사용
Silverlight에서는 clientaccesspolicy.xml 을 먼저 체크후 없다면 crossdomain.xml 체크
후발업체 다운 선택...
'Computer_IT > WPF_Silverlight' 카테고리의 다른 글
WPF 단위 units of measures (0) | 2012.09.30 |
---|---|
전체화면 전환 (0) | 2010.10.23 |
WPF Windows transparent 처리 (0) | 2010.06.12 |
Flex / Actionscript Transformer tool library
ObjectHandles
official site : http://www.rogue-development.com/objectHandles.html
source : http://code.google.com/p/flex-object-handles/
특징 : 키보드 이동 / 그룹 이동등...
국내
KH Kim's FreeTransformer v1.1
http://blog.naver.com/hh963103?Redirect=Log&logNo=50039801881
'Computer_IT > FLEX_AIR' 카테고리의 다른 글
Flash - http://beautifl.net/ wonderfl.net (0) | 2010.02.17 |
---|---|
Flex horizontalAlign style (0) | 2010.02.16 |
XMLSocket for Server Push (0) | 2009.10.22 |
FlashBuilder 4 Beta2 시리얼 받기 (0) | 2009.10.14 |
[FLEX] 현재 창에 출력된 DATAGRID의 행수 구하기 (0) | 2008.10.14 |