I’ve recently been working on updating the Voki web app, where you can customise a character, record your own audio to go with it and publish it, all through your browser.
Technical notes: The site uses a hybrid of legacy AS2 (ActionScript 2.0) modules and a Flash Media Server backend. I integrated it with AS3 (ActionScript 3.0) microphone recording code, bringing the site up-to-date and solved the intercommunication restrictions between Adobe Flash AVM1 and AVM2 (AVM – ActionScript Virtual Machine) by using LocalConnection as a proxy. Hopefully we’ll be adding more features soon!