태그 : air 요약보기전체보기목록닫기
- Flex : click listener in RichEditableText (0)2013.06.21
- ActionScript :: Fastest PNGEncoder(2)2013.03.04
- Air :: Native drag and drop picture(0)2013.01.22
- ANE :: iOS ANE Debug(0)2013.01.22
- ANE (air native extension) HelloWorld(0)2013.01.22
- ANE : ANE Collection(0)2013.01.21
- Air Native Extension(0)2013.01.16
- Flex :: RichEditableText(0)2012.12.14
- Flex :: text area carrot cursor position(0)2012.12.12
- actionsctipt JSON handling(0)2012.12.08
- 미분류
- 2013/06/21 11:59
private function setTextFlow():void{ var value = "123"; ret_1.textFlow = "<a id='ACTIVITY::"+value+"'>" + "click me" + "</a>"; ret_1.textFlow.addEventListener(FlowElementMouseEvent.CLICK...
- 미분류
- 2013/03/04 18:42
mx.graphics.codec.PNGEncoder위 패키지로 700KB 가량의 이미지를 인코딩하는데 i5 기준으로 약 5초가량 걸림.by.blooddy.crypto.image.PNG24Encoder위 패키지의 3rd party 라이브러리 사용시 약 3배 내외의 속도 향상이 있음.
- Adobe Air
- 2013/01/22 17:13
<?xml version="1.0" encoding="utf-8"?><s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adob...
- Adobe Air
- 2013/01/22 02:38
organizer 켜놓고 디버깅freshplanet ane 수정중
- Adobe Air
- 2013/01/22 01:53
참조 : http://sewonist.com/?p=2855
- Adobe Air
- 2013/01/21 11:34
http://ozlael.egloos.com/3895136출처 : http://sleepydesign.blogspot.kr/2012/07/ane-free-air-native-extensions.htmlAdobeAdobe AIR Developer Center : Getting started / Reference and ...
- Adobe Air
- 2013/01/16 10:50
한글 튜토리얼 http://sewonist.com/?p=2855네이밍 등의 주의점build.xml 의 실수는 ant 로 빌드시에 체크되지만, extension.xml 은 그렇지 않기 때문에 주의할 필요가 있음.initializer 에서 package + main class name 을 제대로 확인.main class name : "ScreenW...
- Adobe Air
- 2012/12/14 13:45
html 을 display 하기 위해서는 spark component 인 RichEditableText 를 사용.mx:label 에 htmlText를 삽입하는 방식은 href 가 걸린 a 태그를 사용하지 못함.example)<s:RichEditableText id="rtext_text" left="65" right="10" top="...
- FLEX/Flash
- 2012/12/12 15:25
textarea.selectRange(5, 8);>> 해당 인덱스 사이의 문자열 selecttextarea.selectRange(textarea.text.length, textarea.text.length);>> 마지막 위치로 커서 이동.
- FLEX/Flash
- 2012/12/08 20:01
protected function resultHttpService(event:ResultEvent):void{ // TODO Auto-generated method stub var jsonString:String = String(event.result.toString()); var jsonObject:Object = com.adobe.serializat...
최근 덧글