this technote is stupid ... what a mess! ... dumb stupid!

here:
http://www.zarate.tv/articulos/shared_fonts/index.php    <- in spanish
http://tinyurl.com/fufs4    <- english translation using babelfish
+ there:
http://chattyfig.figleaf.com/pipermail/flashcoders/2005-November/ 153927.html

If someone wants to anderstand the use of shared fonts (and know if their workflow is correct), just use swfmill :
swfmill is able to load and prepare shared lib.

It's much more easy and understandable than Adobe's IDE.
** The sharedLib :
<movie width="320" height="240" framerate="12">
  <background color="#ffffff"/>
  <frame>
    <library>
      <!-- import the numerical characters of vera.ttf -->
    <font id="vera" import="library/vera.ttf" glyphs="0123456789"/>
    </library>
  </frame>
</movie>

** The loader :
<movie width="320" height="240" framerate="12">
  <background color="#ffffff"/>
  <frame>
    <!-- add some assets to the library -->
    <library>
<import file="libraryFontLlibrary.swf" url="http://foo.com/fontLibrary.swf"/>
    </library>
  </frame>
</movie>

Relative and absolute URis are accepted.
Be sure to load the sharedLib before using it.

[ End of the hell and shared font redux ;) ]

my 2 cents.
-----------
erixtekila
http://blog.v-i-a.net/

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to