Hi Alexey,
I am not overly experienced with flash, but I am a competent .NET developer. Please let me explain in more details what I am trying to accompish, in co-operation with my flash developer.
My Flash developer is creating a flash application, in which we want to have many fonts available to the end user. The list of fonts will appear in a dropdown list, and the user will be able to select which font they want to work with. If the user wants to work with multiple fonts, they are able to. For example if they want to type one string on "font-A", then create another textbox with a textstring in "font-B" they are able to.
I have been recommended by my flash developer to make the flash application embed each font on the fly, so that the flash application is a more manageable size etc.
With the flash application, we are creating textboxes that the user populates with text of their choice.
We want the text in the flash application to automatically appear in the desired font as the user types it. I am guessing this is dynamic strings?
The reason we are doing this, is to emulate what the image (JPG|GIF|PNG) will look like, when it is created dynamically by the server side code.
Here below are specific instructions from my flash developer, and should help to further understand what we are doing.
Following http://oddhammer.com/index.php/site/comments/shared_fonts_for_flash/
Embedding of font "Abduction.ttf" example
"For each font you want to share/embed, you have to create two SWFs. One contains a MovieClip (set to export for runtime sharing) that contains a TextField with any text and the embedded font in it. We'll call this one 'font_abduction_shared.swf'.The other contains that shared symbol on the timeline and we'll call it 'font_abduction_imported.swf'.
Name of the textField object inside of "font_mc" of font_abduction_shared.swf should be "text_txt".
Name of the MovieClip inside of 'font_abduction_imported.swf' should be "font_mc". Theese points are critical.
Please see also http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14767&sliceId=2
Please let me know your thoughts, and if you think ASPPOSE.FLASH is an application that can do what I need it to. If not, any recommendations are also greatly appreciated :)
Thanks,
FlashMike