I have this very annoying intermittent problem that occurs every now and again in development only. I've never seen it happen in the published version of the swf.
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@7737cf1 to PhotoInworldFl.
at flash.display::Sprite/constructChildren()
at flash.display::Sprite()
at flash.display::MovieClip()
at PhotoContainerFl()
There is a loop that builds the Photos. I've been through lots of other answers on Stack Overflow and have checked that PhotoContainerFl only contains movie clips.. no buttons or such like.
Often if I re-publish the swc before re-importing into Flash Builder, it goes away for a while, and then comes back.
The Flash Builder Debug window seems to show a few nulls in there, any idea what would cause that?

Is there anything else I can try?