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

as3ds sample

Get Adobe Flash player
by mash 17 Mar 2009
package
{
    import de.polygonal.ds.*;
    import flash.display.*;

    public class Main extends Sprite
    {
        public function Main()
        {
            var ar :Array3 = new Array3(1,2,3);
        }
    }
}