writing to the compilation box

by wh0
probably not that useful

unless you need to debug or something?
♥0 | Line 10 | Modified 2010-10-27 10:11:54 | MIT License
play

ActionScript3 source code

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

package {
    import flash.net.LocalConnection;
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        
        public function FlashTest() {
            Wonderfl.disable_capture();
            new LocalConnection().send('we' + loaderInfo.parameters.ticket, 'onSendMessageToJS', 'I\'m in your box.\n');
        }
        
    }
}

Forked