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

Not a code

Get Adobe Flash player
by makc3d 17 Oct 2010
    Embed
package {
    import flash.display.*;
    import flash.net.*;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // I had to find quick way to put this thing on a loop
            Loader (addChild (new Loader)).load (
                new URLRequest ("http://www.youtube.com/v/r-biWb9gU1A?autoplay=1&loop=1")
            );
        }
    }
}