FlashPlayer 9.0.115 で追加や仕様変更のあったメソッドとプロパティ

職場で FlashPlayer 9 のマイナーバージョン絡みでハマる。要件定義の際には、マイナーバージョンまでの同意を得るべきだと痛感した。

リリースノートに書かれている以外にも、メソッドやプロパティがしれっと追加や仕様変更されているようなので調べてみた。とりあえず 9.0.115 で。

$ wget http://livedocs.adobe.com/flex/3_jp/flex3jp_documentation.zip
$ unzip flex3jp_documentation.zip
$ cd flex3jp_documentation/langref
$ find ./ -name '*.html' | xargs grep -l '9.0.115'
./all-index-G.html
./flash/media/SoundMixer.html
./flash/media/Video.html
./flash/events/NetStatusEvent.html
./flash/sampler/package.html
./flash/sampler/StackFrame.html
./flash/sampler/Sample.html
./flash/sampler/package-detail.html
./flash/sampler/DeleteObjectSample.html
./flash/sampler/NewObjectSample.html
./flash/external/ExternalInterface.html
./flash/net/URLRequest.html
./flash/net/XMLSocket.html
./flash/net/Socket.html
./flash/net/NetStream.html
./flash/system/Capabilities.html
./flash/system/System.html
./flash/display/BitmapData.html
./flash/display/Stage.html
./flash/display/LoaderInfo.html

DebugPlayer 専用は無視、Socket のセキュリティポリシー的なところも除外するとして、

これくらいか。