Forum Moderators: not2easy

Message Too Old, No Replies

Greek characters

         

andronikic

1:27 pm on Apr 28, 2003 (gmt 0)

10+ Year Member



Does anyone know how to make flash recognize the greek ascii code? what I am trying to do is to load a movie as soon as the user types in (keypress) a greek letter. The code works fine if I include an ascii code for an english letter. Below is the code i wrote. The Greek Ascii code is 225-249 for the small greek letters.

onClipEvent (keyDown)
{
keypressed=Key.getAscii();
if (keypressed==255){

loadMovie("introd_alpha.swf",0);
}

}

If anyone has any suggestion, I would really appreciate it.
R.

korkus2000

5:50 pm on May 8, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't know. What OS is this for? Is it going to be an Easter Egg?

Jon_King

12:05 am on May 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you change the recognized language of the PC you are working on to Greek the active asci set will also change. For instance in XP open 'Regional and Language Options' set the language to Greek.