Touch Keyboard
hi there.
i hope have solution me here.
im usning flash keyboard (as3) update data digitale signage software. have problem display "å" , "å" on buttion. here part of code:
private function capsswitch(caps:boolean):void
{
if (caps==true)
b_25.text.text = "a";
b_40.text.text = "b";
b_38.text.text = "å";
} else {
b_25.text.text = "a";
b_40.text.text = "b";
b_38.text.text = "å";
b_38.text movieclip?
your font unicode?
More discussions in ActionScript 3
adobe
Comments
Post a Comment