hi, sebastien.
I sent an email replying to yours about this.

probably you don't get the font embedded and exported (linkage) property.
check that the size of your swf is bigger than a few bytes.
with just one frame and no library contents, it's going to be about 70 bytes. if the resulting swf is bigger than 1 KB then probably the embedding operation went well.
I obtain an swf of about 4KB with an embedded font.

then follow the guidelines in my email about setting the text format

ciao.ubi




On Jul 13, 2005, at 7:43 PM, Sébastien Pierre wrote:

Hi there,

I have trouble using fonts converted by swfmill in my AS compiled with MTASC. I do not work with Eclipse, and so I tried to recreate the SWF from Aral's font embedding tutorial <http://flashant.org/ index.php?p=377&more=1&c=1>.

Here is the command line sequence I gave, in the directory where I extracted the tutorial files (<<http://flashant.org/downloads/ swfmill_font_test.zip>)

    # Moves the original SWF so that we don't override it
    > mv FontTest.swf OriginalFontTest.swf
    > swfmill simple FontTest.xml FontTest.swf
    > mtasc -main FontTest.as -swf FontTest.swf

Then, when opening the FontTest.swf, there is no text displayed (at all)... which means that the font is not properly loaded. Is anybody able to tell me what is wrong with the above command line ?

TIA,

 -- Sébastien


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



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

Reply via email to