It’s good that the name is rather complicated, so I’ll explain how to configure this reason first.
I have a number of related projects created in Flash Builder. Each project gets its graphic assets from the exported SWC file (or several SWC files). This works fine, but I wanted to create a general project containing the materials used in all projects. The first element has a screen with several clips containing dynamic text fields. This screen (and its associated assets) is exported to SWC, and then I wrote code in a common project to add functionality to the screen and buttons. I use 2 fonts, both embedded.
Both display very well in my test harness, but when I link the shared folder SWC and src (which is required to use this code / assets in other projects), the text fields are filled in if I try to set their text properties. If I leave the default text (set in FLA), it will appear, and also static text fields in the FLA will appear only when I set the text property.
I tried several combinations, including removing attachments, exporting to ActionScript, setting all the text fields in the general project to dynamic, with no luck. The main project has the same built-in font, and I checked that the same glyphs are selected both in the main and in the joint project.
I understand that this is a rather complicated setup, but I still have to find a workflow to allow the designer and developer to work better on large projects (but I would like to hear it!)
source
share