Div font in flash works but doesn't after publication

I am using the font Bank Gothic in Flash 8 to create a DIV rollover effect. The problem is that when I publish it, it uses a different font.

My first attempts involved altering the code in the php file holding the flash, but when I opened index.php, there was no information regarding DIV. This, plus the fact that the DIV shrinks WITH the flash when I make it smaller leads me to believe this DIV information is limited only to the Flash itself.

Is there a way to rasterize the DIV information in the flash or keep it consistent even after publication so that everyone can see it as Bank Gothic?

Here is a link to the website I am working on.

http://www.flyfilms.com.cn

follow the link to corporate, click on a client thumbnail and then after they shrink to the bottom right proceed to hover over the other mini-thumbnails. The DIV here SHOULD be Bank Gothic but it ain’t.

Help! I need somebody… Help! Not just anybody… Help!

Love,

Edward

Hi Edward,

I’m guessing that’s a dynamic text field you’re using to display the font. Dynamic fields, unlike static text fields, don’t rasterize their text by default. In order for this to happen, you have to set the text field to embed your font. Do this by selecting the “Embed…” button next to the anti-alias options in the properties inspector. Then, you’ll probably only want to embed the lower and uppercase glyphs. Select them each by holding down ctrl when you click them.

I think that should fix the problem.

-thesean

worked! thanks man!