Question
special character "@" not showing on screen
I have developed a basic QWERTY keyboard layout on screen
which the user can use to enter their Name and E-Mail address.
However, when I hit the "@" button the character fails to appear in
the text input box, or on the outputted variable value taken from
the text input box.
The code for this is as follows . . .
on (release) {
this.itxtEmail.text = itxtEmail.text + " ";
stop();
}
Why is this? Why can Flash not deal with this special character? What can I do to overcome this?
The code for this is as follows . . .
on (release) {
this.itxtEmail.text = itxtEmail.text + " ";
stop();
}
Why is this? Why can Flash not deal with this special character? What can I do to overcome this?