Interrupt # 1034 Forced operation of type AS3

I have this very annoying intermittent problem that only comes up from time to time in development. I've never seen this happen in the posted version of 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 cycle that creates photographs. I went through many other answers on Stack Overflow and verified that PhotoContainerFl only contains video clips .. no buttons, etc.

Often times, if I re-publish the swc before re-importing it into Flash Builder, it goes away for a while and then comes back.

Several zeros appeared in the Flash Builder debug window, any idea what might be causing this?  stack trace window

Is there anything else I can try?

+3


source to share


1 answer


Assuming you are compiling the swc file for an asset, this is caused by an ASC compiler error that Adobe plans to fix shortly. See this topic for details on Coercion Type Faults with MovieClips in ASC 2.0 .



Until the bug is fixed, the main thing you can do is avoid having swc resources with a linkage classset and a usage count greater than zero.

0


source







All Articles