flash on 2011-4-18

by taiga
♥0 | Line 16 | Modified 2011-04-18 16:55:33 | MIT License
play

ActionScript3 source code

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

<?xml version="1.0" encoding="utf-8"?>
<s:Application
    xmlns:fx = "http://ns.adobe.com/mxml/2009"
    xmlns:s  = "library://ns.adobe.com/flex/spark"
>

    <fx:Script>
        <![CDATA[
            import flash.utils.describeType;
            protected override function createChildren():void {
                super.createChildren();
                t.text = String(describeType(new Point()))
            }

        ]]>
    </fx:Script>

    <s:TextArea id="t" width="100%" height="100%" />

</s:Application>