In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

TTS from 2003

Get Adobe Flash player
by makc3d 11 Sep 2013
    Embed
package {
    import flash.display.*;
    import flash.net.*;
    [SWF(backgroundColor="#003366")]
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            var loader:Loader = new Loader();
            loader.load(new URLRequest("http://www.thecleverest.com/content/speech_synthesis.swf"));
            loader.x = 15; loader.y = 35;
            addChild(loader);
        }
    }
}