clock 200chars

by shohei909 forked from forked from: [Study] Re: short coding clock? (diff: 11)
友達に大きなデジタル時計を出きるだけ行数減らして作れって言われました。
作ってみたのですが「長い」と馬鹿にされます。誰か助けてください。
警告ありで200chars
200を切りたい
♥0 | Line 1 | Modified 2010-07-10 14:16:15 | MIT License
play

ActionScript3 source code

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

// forked from shohei909's forked from: [Study] Re: short coding clock?
// forked from alumican_net's [Study] Re: short coding clock?
// forked from applicott's short coding clock?AVM1Movie
//友達に大きなデジタル時計を出きるだけ行数減らして作れって言われました。
//作ってみたのですが「長い」と馬鹿にされます。誰か助けてください。

//警告ありで200chars
//200を切りたい
package{public class c extends FlexSprite{function f(e){a[1].text=new Date().toLocaleTimeString()}var a=[scaleY=scaleX=7,addChild(new FlexTextField),addEventListener("exitFrame",f)]}import mx.core.*}