GG Chinese Text Converter is a free flash AS2 Chinese Simplified/Traditional text converter component.
GG Chinese Text Converter can converts text from Chinese Simplified to Chinese Traditional, or Chinese Traditional to Chinese Simplified.
s2t() & t2s() functions
trad_txt.text = componentInstance.s2t(simp_txt.text); simp_txt.text = componentInstance.t2s(trad_txt.text);
Example:
my_btn.onPress = function() { trad_txt.text = my_cconv.s2t(simp_txt.text); };
Demo: