Skip to main content
Known Participant
September 21, 2010
Question

Embedding a font into SparkDownloadProgressBar...

  • September 21, 2010
  • 1 reply
  • 454 views

Hello.

I have a preloader that extends SparkDownloadProgressBar and it should be using embedded fonts.

First I tried using spark text controls and they are all giving me "Error: No class registered for interface 'mx.styles::IStyleManager2."

My assumption was that at the preloader stage loading is not complete, so sdk is not loaded and I was continuing to use

flash.text.TextField.

However, when I trying to [Embed()) a font nothing happens.

Have anyone experienced the same?

--tork

This topic has been closed for replies.

1 reply

tork314Author
Known Participant
September 21, 2010

-managers=flash.fonts.AFEFontManager solved the problem