[MXML] Re: short coding clock?

by clockmaker forked from [Study] Re: short coding clock? (diff: 14)
♥6 | Line 5 | Modified 2010-07-09 15:00:16 | MIT License
play

ActionScript3 source code

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

<?xml version="1.0" ?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    enterFrame="{l.text = new Date().toLocaleTimeString()}">
    <mx:Label id="l" scaleX="5" scaleY="5" />
</mx:Application>

Forked