xmlns:s=”library://ns.adobe.com/flex/spark”
xmlns:mx=”library://ns.adobe.com/flex/mx” minWidth=”955″ minHeight=”600″ creationComplete=”inital();”>
import flashx.textLayout.conversion.TextConverter;
public function inital():void{
var str:String=”123456shit
“;
txt.textFlow=TextConverter.importToFlow(str, TextConverter.TEXT_FIELD_HTML_FORMAT);
//txtArea.text=”我是中国人我是中国人我是中国人我是中国人”;
}
]]>
© 版权声明
文章版权归作者所有,未经允许请勿转载。