Pages tagged swfobject:

jsSO - Flash Shared Objects in Javascript - Pro-Web
http://pro-web.at/projects/jsso

Client client communication with shared objects and flash js communication
javascriptからsharedobjectが操作できるらしい?後で試してみよう!
Lately I was discussing about programming a flash-based multiuser game using sharedObjects. I’m not so fond of Flash so I thought: Flash can communicate with Javascript. So why not implement the game in Javascript and do only the multiplayer-communication in flash? I created jsSO to allow the clients to push data to the server and notify other clients immediately about changes. So this library allows programming of realtime games, chats etc.
Adobe - デベロッパーセンター : Flash Player 10 バージョン判別チェックリスト
http://www.adobe.com/jp/devnet/flashplayer/articles/ver_check_flp10.html
Flash Player 10 バージョン判別チェックリストとベストプラクティス。
バージョン判別時のトラブルシューティング
Progressionでおこなってるバージョン判別の方法が書いてある
今回のアップデートによりバージョンが "10" になったことで、Flash Player の歴史上初めて 2 桁のバージョン情報が登場したことになります。そのため、バージョン情報を表すストリングからメジャーバージョンを“特定の場所にある一字”として抜き出していた場合、Flash Player 10 のバージョンを "1" または "0" として誤認してしまうことになります。
javascript(ieを除く)およびactionscriptでの判定方法
ver.10 の判定失敗