On Fri, 11 Mar 2011 14:02:59 +0400
Jason <[email protected]> wrote:

> Hi
> 
> I am trying to use font2swf to convert a ttf font to swf, then load the 
> swf into another and share the font between them.
> Problem is that the swf created by font2swf is AVM1Movie, but my app is 
> AS3 (and needs a AVM2Movie).

Have you tried doing it this way?  Does it help at all?

   font2swf -o swffont.swf  yourfont.ttf

   swfcombine -F 10 --dummy -o swffont2.swf swffont.swf

( sorry, not that familiar with AS3 )


Regards,


Chris.
-- 
Chris <[email protected]>

Reply via email to