I have a project ongoing at the moment that uses dynamic text blocks to form menu items and general project information. When loaded and run directly, everything is completely fine. However when i load the same movie through a loader flash, some (not all) of the text fields disappear.
All of the textfields are created on stage and have the correct font listed. I can trace the text fine, so it is applying ok. obviously the font is embedded because some of the text fields work, and all use the embedFonts = true
, so it isnt a case of not looking for the right font.
Any ideas to stop me breaking my head against a wall would be appreciated
Example here:
EDIT
to be specific: the text fields that are on the "tabs" at the top and all of the main information panel texts are the ones that are the issue.