반응형

ADOBE 186

adobe actionscript AS PC, IOS, ANDROID 등등 문자 폰트 setup 셋팅 IME

================================= ================================= ================================= var edit:TextField = new TextField(); *일본 히라가나 문자 만 쓸수 있게 edit.restrict = "\u3040-\u309F"; //or 또는 edit.restrict = "ぁ-んー" *일본 카타카나 문자 만 쓸수 있게 edit.restrict = "\u30a0-\u30ff"; //or 또는 edit.restrict = "ァ-ヶー"" *일본 히라가나 카타카나 같이 edit.restrict = "\u3040-\u309F\\\u30a0-\u30ff"; edit.restrict = "ぁ-んー\\ァ..

ADOBE 2020.09.23

디바이스 모바일 air actionscript FILE 읽기 쓰기 보안 관련...

================================= ================================= ================================= 출처: http://stackoverflow.com/questions/9854165/is-it-possible-to-download-and-save-file-using-adobe-air i made a flash air application for android and i need to download file and save to application local directory Thanks in advance.... URLRequest and URLLoader will allow you to fetch some data ..

ADOBE/ ActionScript 2020.09.23

플래시 air actionScript 원그리기 곡석 그리기 관련

================================= ================================= ================================= 출처: http://www.emanueleferonato.com/2009/09/22/drawing-arcs-with-as3/ Drawing arcs with AS3 September 22, 2009 • Actionscript 3, Flash by Emanuele Feronato • 10 Comments If you have ever tried to draw arcs with AS3 (or AS2), you probably smashed your computer on the floor after spending hours wi..

ADOBE/ ActionScript 2020.09.23

Packaging Air for Android APK > 50MB? 에어(air) 액션스크립트 안드로이드 개발 확장파일 올리기 확장파일 참조 관련

================================= ================================= ================================= 출처: https://forums.adobe.com/thread/1040074 distropolis 2012. 7. 24 오전 8:30 I need to package an Android app that is about 66MB. The Google Play store allows for expansion files to be used to work around the 50MB APK size limit. I am currently using Flash Pro CS6 to package the APK. Is there a w..

ADOBE/ ActionScript 2020.09.23

device air 개발 여러 디바이스 화면에 맞게 여러 스크린 사이즈 제공하기. Supporting the multiple screen sizes of multiple devices in Adobe AIR

================================= ================================= ================================= 출처: http://www.adobe.com/devnet/air/articles/multiple-screen-sizes.html Whether you're adapting a game that runs in Flash Player in the browser to run on iOS (using Adobe AIR) or writing an Adobe AIR application for Android tablets, you'll need to support at least a few different screen resoluti..

ADOBE/ ActionScript 2020.09.23

adobe air 디바이스 개발 free ANE [ANE] Free AIR Native Extensions Collection

================================= ================================= ================================= 출처: http://sleepydesign.blogspot.kr/2012/07/ane-free-air-native-extensions.html [ANE] Free AIR Native Extensions Collection I’ll collect about free ANE stuff here (only some of them is already test and working) feel free to bookmark for later use ;) Adobe Adobe AIR Developer Center : Getting sta..

ADOBE/ ActionScript 2020.09.23

[Flex&Flash] useCodePage = true 가 한글 또는 다른언어 깨짐 방지, 언어상관없이 프로그램 만들기 관련 대한 이견 관련

================================= ================================= ================================= 출처: http://blog.flashplatform.kr/195 안녕하세요? 검쉰입니다. 오랫만에 블로그 포스트로 인사드립니다. 그동안 티스토리에서 문제가 되었던 Flash Player 10에서 swf 로드가 안되던 문제가 해결이 되었네요. ;) 기존의 제 포스트들도 정상으로 보이고요. 이사하려다가 그 것또한 귀차니즘에 의해 좌절. ^ㅂ^; 아무튼 다시 오랫만에 글로 인사드려요. ;^) 흔히 자주 쓰시는 Flash로 만든 네비케이터 바 에서 메뉴정보를 외부의 XML 로 받아오는 경우와 같이 외부의 데이터를 읽어오는 과정에서..

ADOBE/ ActionScript 2020.09.23

로드한 SWF 내부에 작성된 ActionScript 3.0 클래스 이름 찾기, 라이브러리에 swc 클래스 찾기 로드 관련, 외부swf 안에 클래스로드 관련

================================= ================================= ================================= 출처: http://blog.jidolstar.com/474 ActionScript 3.0의 ApplicationDomain은 로드한 SWF파일 내부에 정의된 Class를 참조하는데 유용하게 쓰인다. ApplicationDomain은 현재 hasDefinition(name:String):Boolean 과 getDefinition(name:String):Object 등 2개의 public 메소드를 지원한다. 이 메소드를 이용하여 ApplicationDomain내 정의된 클래스 정의 유무를 알 수 있고 그에 대한 참조를 얻을 수..

ADOBE/ ActionScript 2020.09.23

[AS] ActionScript 3.0 만으로 쿠키를 제어 - Actionscript Cookie Util 소개

================================= ================================= ================================= 출처: http://blog.jidolstar.com/454 ActionScript 3.0만으로 쿠키를 제어할 수 있다? 그냥 막연하게 할 수 있다고 생각했는데 소개할 유틸 코드와 같은 방식을 생각하지 않았다. 본인은 HTML안에 작성된 Javascript를 코드를 사용하지 않고 ActionScript 3.0만으로 쿠키를 제어할 수 있다는 생각을 못했다. 근데 그게 가능했다. (왜 진작 이 생각을 못했지?) 소개할 유틸의 사용하는 방법은 다음과 같이 아주 간단하다. import de.aggro.utils.CookieUtil;..

ADOBE/ ActionScript 2020.09.23
반응형