0

I have an fla, and I'm using a font that works and looks fine in the workspace. And it is just static text. However when I export the swf and play the swf, the fonts do not appear at all. And I'm playing the swf on a laptop that has the font installed.

Anyone have any ideas?

Matt
  • 896
  • 5
  • 18
  • 47

2 Answers2

1

just set your text as (Static text & Use device fonts) because if its set to (anti-alias for animation or any other style) then text will not show in .swf , i have try this thing personally.. Enjoy

Ali
  • 26
  • 1
0

check that the text field is definitely a "static" TextField. Static text fields always embed the characters of the font that they need. You should only have font problems if it is a dynamic or input text field.

Adam Harte
  • 10,369
  • 7
  • 52
  • 85
  • thats the problem. It is definitely static. In fact when I make it dynamic and embed it automatically it works fine, yet as soon as i change it back to static the font doesn't show up at all, and it just defaults to the default font. – Matt Sep 09 '09 at 21:44