I’m using a SWC for embedding assets at authoring time, its is ok for some assets, but i’m having problems when typed assets contains other typed assets
The parent asset type is declared with its children correctly typed, but the children themselves apparently loose their class definitions on the process and are treated like movieclips, then i get type coercion errors on compile time.
I get messages like this: “Type Coercion failed: cannot convert flash.display::MovieClip@21fe4581 to xxx.xxxxxxx.Xxxxx”
its the same problem as described here (no solution):
any suggestions?
Thanks :rd: