Skip to main content
Participant
September 18, 2015
Answered

Embedding fonts is embeded swf

  • September 18, 2015
  • 1 reply
  • 334 views

Hey, I have a big problem with embedding fonts.

I have a swf file which embeded in another swf file (for code safe).

In the first swf file i have some embeded fonts for TLFs and it works great but after Im embedding it into another swf file:

[Embed (source = "main.swf", mimeType = "application/octet-stream")]

All the fonts which were embeded are not shown and replaced with the default system font.

How can i fix it and make the fonts work?

This topic has been closed for replies.
Correct answer kglad

your tlf containing swf should use runtime shared library linkage settings of 'merged into code', not 'runtime shared library'.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
September 18, 2015

your tlf containing swf should use runtime shared library linkage settings of 'merged into code', not 'runtime shared library'.

GalR1014Author
Participant
September 18, 2015

thanks a lot!

kglad
Community Expert
Community Expert
September 18, 2015

you're welcome.