Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Embedding fonts is embeded swf

New Here ,
Sep 18, 2015 Sep 18, 2015

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?

TOPICS
ActionScript
295
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 18, 2015 Sep 18, 2015

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

Translate
Community Expert ,
Sep 18, 2015 Sep 18, 2015

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 18, 2015 Sep 18, 2015

thanks a lot!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 18, 2015 Sep 18, 2015
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines