on the macosx works<br><br><div class="gmail_quote">On Fri, Jan 23, 2009 at 8:35 AM, gabriel <span dir="ltr">&lt;<a href="mailto:gbelvedere@gmail.com">gbelvedere@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  
  

<div bgcolor="#ffffff" text="#000000">
<font face="Verdana"><font face="Courier New, Courier, monospace"><font face="Verdana"><font face="Courier New, Courier, monospace">sure...let
me know your results :)<br>
<br>
<br>
thanks<br>
</font></font></font></font>GaB<div><div></div><div class="Wj3C7c"><br>
mawe wrote:
<blockquote type="cite">Damn
it ... ;-P
  <br>
  <br>
Well, sorry then. Would you like to send me a zip containing everything
that I need to test this on my (Vista) machine? I&#39;m curious.
  <br>
  <br>
Regards,
  <br>
Matthias
  <br>
  <br>
gabriel schrieb:
  <br>
  <blockquote type="cite">mmm sorry mawe, you lost your mum ;), UAC
already disabled here :)
    <br>
    <br>
but thanks for trying
    <br>
    <br>
mawe wrote:
    <br>
    <blockquote type="cite">I&#39;d bet my mum that this has something to
do with the oh so great UAC.
      <br>
      <br>
gabriel schrieb:
      <br>
      <blockquote type="cite">Hi Axel, great f*** news...
        <br>
        <br>
I&#39;ve tested installing the font and nothing happened... ON VISTA!...
        <br>
Tried the same example in xp and it works :-(&nbsp; ...I can go on in this
way, but any idea in which could be the problem with vista?
        <br>
        <br>
thanks again!
        <br>
Gabriel
        <br>
        <br>
Axel Huizinga wrote:
        <br>
        <blockquote type="cite">Hi Gabriel, are you working with
windows?
          <br>
I tried your example and on windows it didn&#39;t work for me too until I
installed the font into the
          <br>
windows fonts directory - weird but then it works
          <br>
          <br>
Axel
          <br>
          <blockquote type="cite">Mark, thanks I can&#39;t figure it out...
            <br>
            <br>
I&#39;ve tried your suggestion and no way:
            <br>
            <br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot; ?&gt;
            <br>
&nbsp;&nbsp; &lt;movie width=&quot;320&quot; height=&quot;240&quot; framerate=&quot;12&quot;&gt;
            <br>
&nbsp; &lt;background color=&quot;#ffffff&quot;/&gt;
            <br>
&nbsp;&nbsp;&nbsp; &lt;font id=&quot;*jettat*&quot; name=&quot;*jettat*&quot; import=&quot;*jettat*.ttf&quot; /&gt;
            <br>
&nbsp;&nbsp;&nbsp; &lt;textfield id=&quot;hellobox&quot; width=&quot;200&quot; height=&quot;50&quot; size=&quot;20&quot;
font=&quot;*jettat*&quot; text=&quot;HELLO world!&quot;/&gt;
            <br>
&nbsp;&nbsp;&nbsp; &lt;place id=&quot;hellobox&quot; name=&quot;output&quot; depth=&quot;10&quot;/&gt;
            <br>
&nbsp; &lt;frame/&gt;
            <br>
&lt;/movie&gt;
            <br>
            <br>
The library tag has something to do here? swfmill is not complaining
about anything.
            <br>
The TTF file is called &quot;jettat.ttf&quot; and the font name is &quot;Jetta Tech&quot;.
I assume that @font in textfield is &quot;jettat&quot; (the font id) right?
            <br>
I&#39;ve attached the ttf file, can you test it please? so we know if is
working or not? I&#39;m compiling like this:
            <br>
            <br>
swfmill.exe simple testText.xml testText.swf
            <br>
            <br>
is that correct?
            <br>
            <br>
thanks again.
            <br>
Gabriel
            <br>
            <br>
Mark Winterhalder wrote:
            <br>
            <blockquote type="cite">
              <blockquote type="cite">What is vera.ttf ? it is the real
TrueType file?
                <br>
&nbsp;&nbsp;&nbsp; </blockquote>
              <br>
Yes.
              <br>
              <br>
&nbsp;
              <br>
              <blockquote type="cite">The ID (vera in this case) may be
anything? or should be the font name, and
                <br>
how do you use it in the TextField?
                <br>
&nbsp;&nbsp;&nbsp; </blockquote>
              <br>
Yes, both -- it /may/ be anything, but /should/ be the font name for
              <br>
clarity&#39;s sake.
              <br>
What&#39;s missing in the tutorial, because font handling in Swfmill has
              <br>
developed much further since it was written, is that there&#39;s also a
              <br>
@name attribute to go with @id. @id is the Swfmill internal name (for
              <br>
textfields created in Swfmill), @name is for AS usage (textfields
              <br>
created by the script).
              <br>
              <br>
So, try this:
              <br>
&lt;font id=&quot;KlingonBlade&quot; name=&quot;KlingonBlade&quot;
import=&quot;KlingonBlade.ttf&quot; /&gt;
              <br>
              <br>
Note the @name attribute I added. An advantage of this is that you can
              <br>
import multiple font types, like normal, bold, italic etc., and all
              <br>
give them the same @name. When you use a bold style in your textfield,
              <br>
the appropriate font style will be chosen.
              <br>
              <br>
HTH,
              <br>
Mark
              <br>
              <br>
              <br>
              <br>
On Thu, Jan 15, 2009 at 10:14 AM, gabriel <a href="mailto:gbelvedere@gmail.com" target="_blank">&lt;gbelvedere@gmail.com&gt;</a>
wrote:
              <br>
&nbsp;
              <br>
              <blockquote type="cite">Hi Robin,
                <br>
                <br>
I&#39;ve already checked this link, but I had problems doing this:
                <br>
                <br>
Fonts work slightly different. To import all numerical characters of
                <br>
vera.ttf as &quot;vera&quot;, you would add the following after the library node:
                <br>
                <br>
&lt;font id=&quot;vera&quot; import=&quot;library/vera.ttf&quot; glyphs=&quot;0123456789&quot;/&gt;
                <br>
                <br>
                <br>
                <br>
What is vera.ttf ? it is the real TrueType file?
                <br>
The ID (vera in this case) may be anything? or should be the font name,
and
                <br>
how do you use it in the TextField?
                <br>
                <br>
I made a quick (really quick) sample with a weird TTF and it does&#39;nt
work
                <br>
for me :(
                <br>
                <br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot; ?&gt;
                <br>
                <br>
&lt;movie width=&quot;320&quot; height=&quot;240&quot; framerate=&quot;12&quot;&gt;
                <br>
&nbsp;&nbsp;&nbsp; &lt;background color=&quot;#ffffff&quot;/&gt;
                <br>
&nbsp;&nbsp;&nbsp; &lt;font id=&quot;KlingonBlade&quot; import=&quot;KlingonBlade.ttf&quot;
                <br>
glyphs=&quot;abcdefghijklmnopqrstuvwxyz!&quot;/&gt;
                <br>
&nbsp;&nbsp;&nbsp; &lt;textfield id=&quot;hellobox&quot; width=&quot;200&quot; height=&quot;50&quot; size=&quot;20&quot;
                <br>
font=&quot;KlingonBlade&quot; text=&quot;hello world!&quot;/&gt;
                <br>
&nbsp;&nbsp;&nbsp; &lt;place id=&quot;hellobox&quot; name=&quot;output&quot; depth=&quot;10&quot;/&gt;
                <br>
&nbsp; &lt;frame/&gt;
                <br>
&lt;/movie&gt;
                <br>
                <br>
and this is what I get
                <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br>
thanks again for the time!
                <br>
Gabriel
                <br>
                <br>
                <br>
Robin Palotai wrote:
                <br>
                <br>
Hi!, Check <a href="http://swfmill.org/doc/using-swfmill.html#fonts" target="_blank">http://swfmill.org/doc/using-swfmill.html#fonts</a>
                <br>
Cheers
                <br>
                <br>
Robin
                <br>
--&nbsp;<br>
<a href="http://www.mindless-labs.com" target="_blank">www.mindless-labs.com</a>
                <br>
                <br>
On Tue, Jan 13, 2009 at 11:00 AM, gabriel <a href="mailto:gbelvedere@gmail.com" target="_blank">&lt;gbelvedere@gmail.com&gt;</a>
wrote:
                <br>
                <br>
                <br>
Hi all,
                <br>
                <br>
can anyone please point me in the right direction about embedding fonts
with
                <br>
swfmill?
                <br>
                <br>
                <br>
thanks
                <br>
Gabriel
                <br>
                <br>
_______________________________________________
                <br>
swfmill mailing list
                <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
                <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
                <br>
                <br>
                <br>
                <br>
                <br>
_______________________________________________
                <br>
swfmill mailing list
                <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
                <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
                <br>
                <br>
                <br>
                <br>
_______________________________________________
                <br>
swfmill mailing list
                <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
                <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
                <br>
                <br>
                <br>
&nbsp;&nbsp;&nbsp; </blockquote>
              <br>
_______________________________________________
              <br>
swfmill mailing list
              <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
              <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
              <br>
              <br>
&nbsp; </blockquote>
------------------------------------------------------------------------
            <br>
            <br>
_______________________________________________
            <br>
swfmill mailing list
            <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
            <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
            <br>
&nbsp; </blockquote>
          <br>
------------------------------------------------------------------------
          <br>
          <br>
_______________________________________________
          <br>
swfmill mailing list
          <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
          <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
          <br>
&nbsp; </blockquote>
        <br>
------------------------------------------------------------------------
        <br>
        <br>
_______________________________________________
        <br>
swfmill mailing list
        <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
        <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
        <br>
      </blockquote>
      <br>
_______________________________________________
      <br>
swfmill mailing list
      <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
      <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
      <br>
      <br>
    </blockquote>
    <br>
------------------------------------------------------------------------
    <br>
    <br>
_______________________________________________
    <br>
swfmill mailing list
    <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
    <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
    <br>
  </blockquote>
  <br>
_______________________________________________
  <br>
swfmill mailing list
  <br>
<a href="mailto:swfmill@osflash.org" target="_blank">swfmill@osflash.org</a>
  <br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a>
  <br>
  <br>
</blockquote>
</div></div></div>

<br>_______________________________________________<br>
swfmill mailing list<br>
<a href="mailto:swfmill@osflash.org">swfmill@osflash.org</a><br>
<a href="http://osflash.org/mailman/listinfo/swfmill_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/swfmill_osflash.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Baluta Cristian<br><a href="http://ralcr.com">http://ralcr.com</a><br><a href="http://imagin.ro">http://imagin.ro</a><br>