someone please help me.I will explain my problem clearly…
Im working on an application which plays around with texts.In order to stylize the texts im using non-system fonts.
Im using the shared library concept.I have all the fonts in a seperate SWF file and share it in my main SWF file.
Im able to use these fonts in my main SWF file.I have no problem in using these fonts.
My problem is…
My main SWF file size is 90 kb whereas my external SWF file is 425 kb which has around 10 fonts embedded in it.since all the fonts gets exported in the first frame itself my main SWF file first loads its 90 kb first and then loads 425 kb.so it takes huge amount of time to load my SWF file.And im not able to use loader for my main SWF for that reason.
I need to find a solution for this.
Is there any other way to use non-system fonts…
Please help me.