반응형

ADOBE 186

AIR 액션스크립트3 AS3 앱 윈도우 창 기본창 닫음 닫기 버튼 이벤트

================================= ================================= ================================= My question is how can I prevent the user from closing the application?. I need an alert message to appear that asks the user if he really want to leave the application. My application is developed inAdobe AIR. Please help, I am in trouble. -------------------------------------------------------..

ADOBE/ ActionScript 2016.06.30

adobe air 액션스크립트 투명 윈도우창(Chromeless Window) 설정하기, 윈도창 투명 적용 하기

================================= ================================= ================================= 플래시 AIR 설정에 따라 투명 윈도우를 쓸수 없을수 있다. 예로들어 모바일버전에서는 이 투명 API들을 쓸수가 없고 데스크탑 설정 버전은 쓸 수 있다. private function testTransWindows():void { var option:NativeWindowInitOptions = new NativeWindowInitOptions(); option.type = NativeWindowType.LIGHTWEIGHT; option.systemChrome = NativeWindowSystemChrome.NONE; op..

ADOBE/ ActionScript 2016.06.30

[AS] 플래시 as3 이미지,부드로운 스무드 이미지로드, 파일 로드 관련

================================= ================================= ================================= 출처: http://blog.flashplatform.kr/201 BMP 이미지로드하기 최근에 BMP 파일을 Flex 에서 읽어다 쓸 일이 생겼습니다. Flex에서 이미지를 보여주는 컴포넌트인 Image 컴포넌트는 JPEG, PNG, GIF, SWF, SVG 같은 확장자만을 지원하고 BMP은 지원하고 있지 않기 때문에 BMP을 바로 넣을 수는 없습니다.(웹에서 BMP 를 쓰는 무식한 짓을 하면 안되겠죠.. ㅜㅜ 크기도 큰데 말입니다.) JPG 파일이면 Image 컴포넌트에서 바로 읽어다 쓸 수 있을텐데 참 난감합니다. 그럼 ..

ADOBE/ ActionScript 2016.06.27

[air for android , IOS ]app에서 air로 만든 app호출 하면서 파라미터 보내기

================================= ================================= ================================= 출처: http://blog.naver.com/babdeuk/90163825962 The Space For App Developers Defining custom URL schemes for your AIR mobile applications twitter.com/widgets/tweet_button.1366154648.html#_=1366185332070&count=vertical&id=twitter-widget-0&lang=en&original_referer=http%3A%2F%2Fwww.riaspace.com%2F201..

ADOBE/ ActionScript 2016.06.22

[AS] adobe air 안드로이드 개발 full screen 시 화면 system ui 보이게 하기 관련

================================= ================================= ================================= 출처: https://forums.adobe.com/message/6620407#6620407 Hello guys, I'm developing and Android application using the Flex 4.6 SDK version and AIR 4.0 SDK. The tasks I'm concerned about are starting after the os boots up and being a full screen application. The application has the following manifest..

ADOBE/ ActionScript 2015.07.21

[AS] adobe Using the In-App Billing Adobe AIR native extension for Android 액션스크립트 안드로이드 결제

================================= ================================= ================================= 출처: https://github.com/freshplanet/ANE-In-App-Purchase Air Native Extension (iOS and Android) for In App Purchase 28 commits 4 branches 0 releases 5 contributors Objective-C 67.0% Java 23.9% C 6.2% ActionScript 2.9% Objective-CJavaCActionScript branch: develop ANE-In-App-Purchase/ Merge pull req..

ADOBE/ ActionScript 2015.07.16

액션스크립트 폰트가 없는 디바이스에서 액션스크립트 개발시 swf의 컨텐츠의안의 TextField 안에 폰트가 embedFonts 가 안될때.

================================= ================================= ================================= //swf 제작시 텍스트 필드 넣기전에 무비클립에 텍스트 필드를 add해 다른 오브젝트를 add 할수 있겠끔 한다. //현재 없는 함수들은 대충 구현되었다고 가정하에 설명 private var _objSubTitle:TextField = null; private var _subTitleEx:TextField = null; function test() { //jap font add Font.registerFont(meiryo); //대충 swc를 폰트라이브러리 class를 만들어 registerFont 했다고 치자. _disp..

ADOBE/ ActionScript 2015.03.24

iPhone5 splash screens broken in Air 15 & 16 Beta? air sdk 16베타 스플래시 스크린 깨지는 문제

================================= ================================= ================================= 출처: http://stackoverflow.com/questions/27800666/bug-rotation-of-default-image-on-ios-with-air-sdk-16-0-0-250 BUG - rotation of Default image on iOS with AIR SDK 16.0.0.250 I just switched to AIR SDK 16.0.0.250. Everything was fine except one very strange problem with Default images on iOS device..

ADOBE/ ActionScript 2015.01.09

[AS] air sdk, ios개발, Adobe Gaming SDK 개발시 64비트지원 또는 productStore.ane 앱구매 ANE 64bit 개발 관련

================================= ================================= ================================= 출처: https://forums.adobe.com/thread/1664975 Hi We have re-packaged all the Gaming SDK ANE’s with the universal 64 bit support now. You can download them from here. Additionally, we will also share these ANE’s through an official channel sometime soon. Regards Abhinav ============================..

ADOBE/ ActionScript 2015.01.08
반응형