Hi !

Le 14 juil. 05 à 04:09, Ubi De Feo a écrit :

I did so already (embedFonts and TextFormat)... as I explained, I am just trying to recreate an SWF using Aral Balkan tutorial, and am really surprised to see that this does not work (I did not change a line of this code that is supposed to work).

as I mentioned already that tutorial never worked for me.
I had to customize the xml config file for swfmill and then use a few tricks I learned working with embedded fonts in the Flash IDE.
even though the font might result as embedded, it's not exported.

by the way.
I took some time off my project deadline and wrote a quick one on my blog about how to have this one working.
http://www.randomtype.com/archives/2005/07/swfmillmtasc_em.html

This is just great, and I eventually managed to get a proper compilation. You are absolutely right with the need to export the symbols: without this extra tag, the font can't be referenced properly.

Your example worked almost fine, excepted the command line sequence, which should be (at least for my setup) :

    > swfmill simple FontTest.xml FontTest.swf
    > mtasc -swf FontTest.swf -main FontTest.as

as opposed to

    > swfmill simple FontTest.xml FontTest.swf
    > mtasc -main FontTest.as FontTest.swf

For reference, I am using MTASC 1.08 and swfmill 0.2.7 on OSX.

Thanks a lot anyway for putting up a small note on embedding fonts. This is just great !
Cheers,

 -- Sébastien


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to