Embedding fonts inside your flash file helps to use a particular font even if its not present (installed) on the system.

Your just need to follow these steps to embed any font into your flash project:

Step 1. Select File -> New and create a new flash file.

Step 2. Make a dynamic text field on the stage and put any text on it. For example let the text be ” This is an example of embedded font “.

Step 3. Open Window -> Library , on the top right corner (just below x symbol) click the symbol and select “New Font”.

Step 4. Give the font any name (lets say myFont) and select the font you want to embed.

Step 5. Select the dynamic text field on the stage and open its properties window. Now select the font “myFont” from the fonts drop down list.

Step6. Click on the “Embed” button and and select all the symbols you want to embed (Note: Selecting more symbols with increase the size of your swf file)

Step 7. Compile and Run your file. Font has been embedded.

You can embed as many fonts as you may like to.