writing to the compilation box
probably not that useful
unless you need to debug or something?
♥0 |
Line 10 |
Modified 2010-10-27 10:11:54 |
MIT License
archived:2017-03-20 14:39:36
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');
}
}
}