Hi,

I encountered a problem while embedding the following font:
http://www.dafont.com/font.php?file=excellentia_in_exce

I'm embedding as sharedFont ( http://osflash.org/pipermail/swfmill_osflash.org/2005-November/000291.html )



Swfmill report the following errors:

WARNING: cannot load glyph 65535 (' ') from src/ttf/Excellentia.ttf.
WARNING: could not import src/ttf/Excellentia.ttf
WARNING: no name property in DefineFont2 element



Here is my script (Never had problem before)

<?xml version="1.0" encoding="iso-8859-1" ?>

    <movie width="320" height="240" framerate="12">
        <frame>
       
            <library>
                <font id="Font 1" import="src/ttf/Excellentia.ttf"/>
            </library>
           
            <Export>
                <symbols>
                    <Symbol objectID="1" name="Font 1"/>
                </symbols>
            </Export>
           
            <Import url="" href="http://localhost/shared/swf/font/Excellentia">http://localhost/shared/swf/font/Excellentia in excelsis.swf">
                <symbols>
                    <Symbol objectID="2" name="ForceShared" />
                </symbols>
            </Import>
          
        </frame>
    </movie>


swfmill simple src/Excellentia.xml "build/Excellentia in excelsis.swf"


Any idea ?

Thanks,
Michaƫl
_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to