Spark RTL TextArea

by yonatan forked from Sparkスキンになってる件 (diff: 14)
♥0 | Line 7 | Modified 2009-11-22 01:50:29 | MIT License
play

ActionScript3 source code

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

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                xmlns:s="library://ns.adobe.com/flex/spark">
    <s:TextArea direction="rtl" 
                textAlign="right"
                text="שלום, עולם."/>
</mx:Application>