AIR 썸네일형 리스트형 Command Line Execution in Air 2.0 air 에서 cmd를 실행하여 입출력을 하는 예제 출처 : http://www.flexpasta.com/index.php/2009/12/01/command-line-execution-in-air-20/ 더보기 Using the AIR 2.0 Native Process API to control MPlayer http://mchristoff.com/2009/12/using-the-air-2-0-nativeprocess-api-to-control-mplayer/ 더보기 [air] NativeProcess.standardInput 속성으로 데이터 보낼때 참고사항 public function cmd(cmdStr:String):void { if(process && process.running){ process.standardInput.writeUTFBytes(cmdStr + "\n"); } } NativeProcess 어플리케이션과 standardInput으로 통신할때 전달할 데이터 뒤에 꼭 "\n" 을 붙여줘야 된다. 그렇지 않을경우 제대로 입력이 되지 않는다. 이것때문에 꽤나 긴 시간 삽질을 했다..ㅠ0ㅠ 더보기 NativeApplicationUpdater – updater for AIR apps packaged with native installers NativeApplicationUpdater for AIR 2.0 apps packaged with native installers from Piotr Walczyszyn on Vimeo. NativeApplication은 Air의 자동업데이트 기능을 사용할 수 없기에 native installers로 업데이트 기능을 설명하는 동영상이다 더보기 [AIR] air NativeProcess http://www.adobe.com/devnet/air/flex/quickstart/articles/interacting_with_native_process.html 더보기 이전 1 다음