Hi guys, I bring this up again to because if someone needs the full list of characters and numbers, here it is:
http://www.ascii.cl/htmlcodes.htm You need the "HTML number" column. Do not forget to add ";" at the end of each character! Hope this helps! Juan On 1/31/07, Ralf Bokelberg <[EMAIL PROTECTED]> wrote: > Oh yes indeed. Me dump. I was trying to translate this xml using xml2swf. > When i use swfmill simple ... it works like a charm > > Thanks, > Ralf. > > On 1/31/07, Mark Winterhalder <[EMAIL PROTECTED]> wrote: > > On 1/31/07, Ralf Bokelberg <[EMAIL PROTECTED]> wrote: > > > Hi List, > > > > > > i wonder if there is a possibility to specify the characters of a font > > > numerically, eg. > > > <font id="fontId" import="Arial" glyphs="{ᇗ"/> > > > > Yes, and it even works exactly like you suggested. :) > > > > This example displays "hellwl" ("hello world!" with only the "hel" and > > the "w" as "&x119;", tested with the shiny new swfmill 0.2.12: > > > > <?xml version="1.0" encoding="iso-8859-1"?> > > > > <movie width="320" height="240" framerate="12"> > > <background color="#ffffff"/> > > <frame> > > <font id="test" name="test" import="/home/m/.fonts/arial.ttf" > > glyphs="helw" /> > > <textfield id="hellobox" width="200" height="50" size="12" > > font="test" useOutlines="1" text="hello world!"/> > > <place id="hellobox" name="text_out" depth="10" x="50" y="50" /> > > </frame> > > </movie> > > > > (Note the useOutlines="1", it's needed -- same as TextField.embedFonts) > > > > HTH, > > Mark > > > > _______________________________________________ > > osflash mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > -- > Ralf Bokelberg <[EMAIL PROTECTED]> > Flex & Flash Consultant based in Cologne/Germany > Phone +49 (0) 221 530 15 35 > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > -- Juan Delgado - Zárate http://zarate.tv http://dandolachapa.com http://loqueyosede.com _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
