AS3 Font embedding problem in ComboBox on a loaded movie clip
        Posted  
        
            by 
                Arafat
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Arafat
        
        
        
        Published on 2011-02-07T23:21:51Z
        Indexed on 
            2011/02/07
            23:25 UTC
        
        
        Read the original article
        Hit count: 503
        
Hi all,
I have three movie clips, say, LoaderMC, ChildMC1, and ChildMC2.
ChildMC1 has TLFTextfields in it with embedded fonts.
ChildMC2 has both TLFTextfields as well as combo boxes.(with embedded fonts)
When I compile those movieclips separately, I can view the combo box texts without any problem.
If I load the ChildMC1 and ChildMC2 into the LoaderMC, the texts doesn't appear at all on both TLFtextfields and Combo Boxes.
I tried embedding the fonts in the LoaderMC, then, TLFTextfields was able to show the texts but still the ComboBoxes couldn't display the text.
If I don't embed the fonts in the combo box, I can able to view the texts.
What could be the problem? I read an article which says, "No one has completely understood the font embedding in flash AS3, we just have to do trial and error, to get it done"
I don't know how far it is true, but in my case it seems, I should agree!
Please help me...
© Stack Overflow or respective owner