I just looked at an older ticker app i did with swfmill.  I remembered
having a space in mine.  My glyphs tag looked like:

glyphs="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQURSTUVWXYZ1234567890 ."

This seemed to work for me with no problems.  But I didn't trying
converting it to xml and back again.  Could be a simple work around for
you until the next release.

*On Thu, Jul 05, 2007 at 05:00:11PM +0200 Ralf Fuest <[EMAIL PROTECTED]> wrote:

> From: Ralf Fuest <[EMAIL PROTECTED]>
> To: swfmill@osflash.org
> Date: Thu, 05 Jul 2007 17:00:11 +0200
> X-Mailer: Evolution 2.10.1 
> Subject: Re: [swfmill] Problem with space char in font import
> 
> Hello David,
> this problem doesn't occur with the current SVN version. But it still
> happens in the latest prerelease, so you'll have to wait until the next
> prerelease or build the SVN version yourself.
> 
> Ralf
> 
> > Hi,
> > 
> > I am trying to make font for sIFR with swfmill (as described here:
> > http://www.hyperlogos.org/blog/drink/sifr).
> > 
> > I was create simple XML file (stub.xml ):
> > 
> > <?xml version="1.0" encoding="UTF-8"?>
> > <movie width="200" height="70" framerate="30">
> > <background color="#ffffff"/><library> 
> > <font id="myfont" import="arial.ttf" glyphs="123 " />
> > </library><frame/></movie>
> > 
> > Note for the space char in glyphs="123 ": problem occurs only if it
> > present! 
> > 
> > Then I run following two commands (using swfmill-0.2.12-win32):
> > 
> > swfmill simple stub.xml tmp.swf
> >  - it's OK
> > 
> > swfmill swf2xml tmp.swf font.xml
> >  - it's making message "WARNING: end of tag DefineFont2 is @413,
> > should be @391" and font.xml doesn't created.
> > 
> > Swfmill can't parse his own swf file???
> > 
> > When I'm adding "-V" to second command, it produced VERY large output
> > (~40000 lines), mostly (from #400 to #40000 lines) consists of: 
> 
> 
> _______________________________________________
> swfmill mailing list
> swfmill@osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org

-- 
Jon Molesa
[EMAIL PROTECTED]
if you're bored or curious
http://rjmolesa.com

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to