I created many SWCs with graphics and code for my project so that the compiling time has a really better performance. I just found a problem, tough.
One of the SWCs is a 'text container'. It is just a set of graphics with a dynamic text field in it. When I import the SWC from Flash CS5.5 apps, it behaves normally. I mean:
var swcInstance:SwcClass = new SwcClass
swcInstance.textFiel.text = "hello world!"
addChild(swcInstance)
and the swcInstance object is shown on screen with the text in it. When I do the same on FlashDevelop, tough, it appears on screen but text is not shown. Is this a known bug? Am I doing something wrong?
EDIT: I'm using Impact font with a drop shadow filter. Also, I made another test and Static text fields work properly.
EDIT 2: The same problem happens partially with Arial. Some letters don't show up but others do. When I embed "All", it works fine with Arial. But even when I embed "All" with Impact it refuses to work, anything shows up.