Fahim Akhter
Fahim Akhter

Reputation: 1625

Font Embedding Issue

I have an AS3 project. Which uses say 100 swfs, these are very small swf's from 5-15 kb a piece. All of these swf's have a textfield in them. I need to embed a font in those text fields.

Taking those points into consideration, what would be the best way to embed a font and how ?

Upvotes: 0

Views: 115

Answers (2)

Philipp Kyeck
Philipp Kyeck

Reputation: 18860

you could use "runtime shared libraries" - here is a nice tutorial on how they work:

http://old-wp.slekx.com/2010/01/flash-cs4-runtime-shared-library-tutorial/

Upvotes: 0

Related Questions