jimmy5804
03-04-2008, 07:33 AM
I have an item renderer that works fine in MXML when encapsulated by a <mx:Component> tag. However, I get a "Type Coercion failed" error if I try to cast the same item renderer to ClassFactory (or IFactory) in AS. What magic does the Component tag do in this regard that the cast doesn't?
Thanks.
Thanks.