Adobe AIR 3.3 Beta

2012年4月6日  

Adobe AIR 3.3 Betaがリリースされました。
http://labs.adobe.com/technologies/flashplatformruntimes/air3-3/

新機能

AIR for iOS関連

  • USB debugging for AIR iOS
  • Simulator Support (Mac)
  • Enhanced Background behavior for AIR iOS



他にもわくわくするような機能がありますね。

  • Stylus support for Android 4.0
  • Aspect Ratio Enhancements
  • Improved Mac App Store Support

詳細はリリースノートを読んでください。
http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/shared/air3-3_flashplayer11-3_p1_releasenotes.pdf

参考URL

http://cuaoar.jp/2012/04/flash-player-113-adobe-a.html

government,politics news,politics news,politics
 

Adobe Flash Player 11.2, AIR 3.2

2012年3月29日  

リリースノート
http://helpx.adobe.com/flash-player/release-note/release-notes-flash-player-11_20120305.html (en)

注目の新機能

  • マルチスレッドビデオデコード
  • バックグラウンド更新(Windows)
  • マウス操作の拡張
  • Stage3D for AIRモバイル(Android,iOS)
  • AIR for iOSのパッケージングの最適化

AIR SDK
http://www.adobe.com/devnet/air/air-sdk-download.html

Flash Version Check
http://helpx.adobe.com/flash-player.html

government,politics news,politics news,politics
 

irrFuscator

2012年3月8日  

ActionScript 3 をソースレベルで難読化するツールです。

AS3でバリバリ開発されている方には、既知だと思いますが、ご紹介です。

いくつか使ってみましたがお勧めの逸品です。

http://www.ambiera.com/irrfuscator/

  • Obfuscate .as and .mxml files (source)
  • Protect .SWF files (binary)
  • Process even whole Flex projects
package
{
	import flash.display.*;

	public class TestClass extends MovieClip {

		public var win:MovieClip;
		private var _status:int;// = 0

		public static const START:int = 1;
		public static const WIN:int = 4;

		public function TestClass(){
			_status = START;
			super();
			addFrameScript(0, frame1);
		}
		public function winner():void{
			this.gotoAndStop("win");
			_status = WIN;
		}
		public function start():void{
			this.gotoAndStop("start");
			_status = START;
		}
		public function get Status(){
			return (_status);
		}
		function frame1(){
			stop();
		}

	}
}


難読化

package
{
	import flash.display.*;

	public class _hj14 extends MovieClip {

		public var win:MovieClip;
		private var _status:int;// = 0

		public static const START:int = 1;
		public static const WIN:int = 4;

		public function _hj14(){
			_status = START;
			super();
			addFrameScript(0, _pa12);
		}
		public function _ti14():void{
			this.gotoAndStop("win");
			_status = WIN;
		}
		public function start():void{
			this.gotoAndStop("start");
			_status = START;
		}
		public function get _um13(){
			return (_status);
		}
		function _pa12(){
			stop();
		}

	}
}
government,politics news,politics news,politics
 

Adobe SWF Investigator

2012年3月8日  

Adobe SWF Investigator

SWFを解析するアプリケーションです

http://labs.adobe.com/technologies/swfinvestigator/

Flashデベロッパーやセキュリティ調査するひとはこのツール必須ですね。



ADC記事

http://www.adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_software_sl_mostpopular.html

基本機能

Flashコンテンツについて隅々まで確認できます。

  • SWF Info:SWFファイルの情報
  • Tag Viewer:SWFのタグの一覧とその中身
  • SWF Disassembler:SWFを解析
  • Hex Editor:SWFのバイナリエディタ
  • SWF Viewer:SWFの表示チェック
  • Inspector:SWFを外から操作
  • AS3 Navigator:SWFに含まれているAS3クラスの一覧と中身
  • Strings:SWFに含まれている文字列の一覧

ユーティリティ

Flashコンテンツ開発で必要になるユーティリティが勢揃い

  • View – LSO Editor:Local Shared Object エディタ
  • AMF – LC Communicator:LCとのAMF通信チェック
  • ANF – AMF Transmitter:RemoteObjectを使ったサービスメソッド呼び出しチェック
  • AMF – AMF Indentifier:RemoteObjectを使ったサービスチェック
  • AMF – AMF Fzsser:RemoteObjectを使った脆弱性チェック
  • AMF – Object Editor:オブジェクト生成エディター
  • Utilities – Decoder Util:文字列のエンコードやデコード
  • Utilities – Binary Editor:バイナリエディタ
  • Utilities – AS3 Compiler:AS3のコード書いてコンパイルして実行できる!
  • Utilities – XSS Fuzzer:XSS脆弱性チェック
  • Utilities – Remap Browser:ドメインのチェック用
  • Utilities – Mini Web Server:簡易サーバー

オープンソース

sourceforgeでソース管理

http://sourceforge.net/adobe/swfinvestigator


source

http://sourceforge.net/adobe/swfinvestigator/code/11/tree/trunk/

trunkにはSWFInvestigatorだけでなくユーティリティのプロジェクトもあります。

government,politics news,politics news,politics
 

Adobe Flash Player 11.2 beta 4 & AIR 3.2 beta 4

2012年1月20日  

Flash Player 11.2 beta 4
http://labs.adobe.com/technologies/flashplatformruntimes/flashplayer11-2/

AIR 3.2 beta 4
http://labs.adobe.com/technologies/flashplatformruntimes/air3-2/

playerglobal.swc
http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11-2/flashplayer11-2_p4_playerglobal_011912.swc

government,politics news,politics news,politics