AS Tag Issue in Mozilla, Safari, and more?

Hey everyone,
Scotty has PM’ed me and said that the AS tags don’t work for him on Mozilla or Safari (both for the Mac I am guessing). I am wondering if anyone else is having issues seeing the following code:


bold.onRelease = function() {
 format = new TextFormat();
 format.bold = true;
 tfield.setTextFormat(format);
};

The above code works for me on IE6 on XP SP2 and Firefox .9 beta.

Thanks!
Kirupa :slight_smile: