simple issue here. I created a SWC which is a simple MovieClip that contains some TLF text fields. I have embedded the font using the Flash Professional IDE. When instance this Class in my main app
var myInstance:MovieClip = new SomeClass() as MovieClip
I get a Type Coercion error call:
Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@1fbcc271 to fl.text.TCMText.
Any Ideas why and how can solve it?
Vivo.