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.