Right-click on a library in Flash Project, and you have the option to add a font there. You can even simply create an empty dynamic text field and include all the characters you need into it.
In the settings you can specify the compilation details, so when compiling the project you can see what was included, and in both cases you should see that the font will be included.
- edit-- right, sorry, I realized that you are using Flash, my bad
you can use something like this
[Embed(source='/assets/calibri.ttf', fontName="Font", mimeType="application/x-font-truetype")]
private static var calibri:String;
source
share