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

How to close (urm.crash) Flash player

Get Adobe Flash player
by Glidias 18 Feb 2011

    Talk

    esimov at 08 Apr 2011 18:00
    i think i will not try :)
    makc3d at 11 Feb 2013 21:44
    still crashes in 11.5.31.139
    makc3d at 27 Oct 2014 12:23
    14.0.0.176 here, still turns flash off in all tabs

    Tags

    Embed
/**
 * Copyright Glidias ( http://wonderfl.net/user/Glidias )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/n8RQ
 */

package {
    import flash.display.Sprite;
    public class CrashFlash extends Sprite {
        public function CrashFlash() {
            // write as3 code here..
            new Vector.<String>(-1, true);
        }
    }
}