Weird Flash?! :O

Do you get the same error as me? Create a Font symbol, named “FONT” and linkage it as “FONT”.
Then try this in Flash 8, Frame 1:

var my_format:TextFormat = new TextFormat();
my_format.font = “FONT”;

var my_text1:TextField = this.createTextField(“my_text1”, this.getNextHighestDepth(), 10, 10, 300, 30);
my_text1.text = “This text uses advanced anti-aliasing.”;
my_text1.antiAliasType = “advanced”;
my_text1.embedFonts = true;
my_text1.setTextFormat(my_format);

No error, no, BUT!!!
As i try to highlight the text that appears when i test the movie, the text suddenly moves, about 10 X away from the marker… You get the same Problem?