라이브세미나 이어서이니다.
2010년 11월 29일 월요일
2010년 11월 22일 월요일
안드로이드 에어 세미나 자료
안드로이드 에어 세미나 자료를 첨부합니다.
세미나 자료는 아래 주소에서 다운로드 받으시기 바랍니다.
http://wowflex.com/samples.zip
세미나 자료는 아래 주소에서 다운로드 받으시기 바랍니다.
http://wowflex.com/samples.zip
2010년 11월 6일 토요일
2010년 5월 26일 수요일
안드로이드에서 플래시 컨텐트 플레이
다음 코드일 가능성이 높음..
Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);
File file = new File("/sdcard/SomeGame.swf");
intent.setDataAndType(Uri.fromFile(file), "flash/*");
startActivity(intent);
Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);
File file = new File("/sdcard/SomeGame.swf");
intent.setDataAndType(Uri.fromFile(file), "flash/*");
startActivity(intent);
2010년 4월 28일 수요일
2010년 4월 16일 금요일
피드 구독하기:
글 (Atom)