Spark RTL TextArea
forked from Sparkスキンになってる件 (diff: 14)
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>