Here´s how I´m doing it:
I created a fonts.swf shared library with 3 font symbols, all exported for runtime sharing and the url set to "files/library/fonts.swf"
My project has many "forms" (each form is a external swf) swf that are loaded at runtime. For each of these fla´s (swfs), I´ve imported these font symbols in their library, and set the import url to "files/library/fonts.swf".
I then set up all the textfields in the stage accordingly (to use the shared fonts)
*all* swf run in the context of Main.swf as all the subforms are loaded into it (which has the files/library/fonts.swf visibility)
In the main.swf which has the main preloader, I then the fonts.swf into an empy movie clip in the stage, when the fonts.swf is all loaded, I proceed with the loading of the ApplicationForm.swf file.
However, even though the fonts.swf is loaded into the player and all the swf´s that use the font symbols seem to have been setup correctly, I can´t get it to work, couldn´t use the fonts in the swfs... I´ve searched around for this question and it seems that it is indeed an old issue, but I really would like to keep this workflow unless it´s just too wrong to work!
Thanks in advance,
Marcelo.
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
