flash on 2010-5-24
♥0 |
Line 7 |
Modified 2010-05-24 14:52:17 |
MIT License
archived:2017-03-30 02:20:28
ActionScript3 source code
/**
* Copyright kihon ( http://wonderfl.net/user/kihon )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/9doc
*/
<?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"
xmlns:mx="library://ns.adobe.com/flex/mx">
<mx:TextInput x="106" y="138" id="input" text="{input2.text}" imeMode="ALPHANUMERIC_HALF" />
<mx:TextInput x="106" y="177" id="input2" text="{input.text}" imeMode="ALPHANUMERIC_HALF" />
</s:Application>