Font problem

[SIZE=2]Hello everyone,

I am using Flash Professional CS3 and ActionScript2 in my project.
I have a dynamic textfield in the stage which is xml driven.
So,it’s time to embed the font.I create a new font in the library,giving it a name of Blinkie10e and selecting the font Blinkie 10 from the drop down menu.
Then I right click the font in the library and selecting linkage and choose Blinkie10e for identifier and export for ActionScript.Then I click on my dynamic textfield(my_txt),I select the font Blinkie10e* and click the embed button.I select Uppercase,Lowercase,Numerals,Punctuation and click ok.
Then I go on my actionscript and use this code:

my_txt.embedFonts = true;

When I publish my movie,everything works fine,but if I remove the font Blinkie 10 from my computer’s library,it no longers recognise it in my file.
What am I doing wrong?

Thanks in advance.
[/SIZE]