views:

105

answers:

3

I want to display "Hello World" with calibri.ttf using only AC3. How would I do that?

+1  A: 

you need to embed the font in your FLA.

http://www.adobe.com/devnet/flash/quickstart/embedding_fonts/

michel
A: 

If you want to use pure AS3 you can use the [embed] tag. Here's a straight forward example from Tink : http://www.tink.ws/blog/embedding-fonts-in-as3/

Theo.T
+1  A: 

check out this tutorial, http://www.mokisystems.com/blog/flash-as3-loading-fonts/

is this what you are after or something more complex?

David Morrow