windows XP:
C:\Document and Settings\All Users\Application Data\Adobe\Flash CS3\
windowsVista:
C:\ProgramData\Adobe\Flash CS3\
Mac: HD:/Library/Application Support/Adobe/Flash CS3/
keyPresser = new Object();
keyPresser.onChanged = function(intxt:TextField) {
if (34 == ((Key.getAscii())) || 64 == ((Key.getAscii()))) {
intxt.text = intxt.text.slice(0,intxt.text.length-1) +”@”;
}
};
Key.addListener(keyListener);
input_txt.addListener(keyPresser);