I am working on an AS3 application and it is nearing completion. At the same time, one of the designers I work with created a movie clip in a separate .fla, which acts as an intro animation for the application. The input takes advantage of the 3D animation of the Flash CS4 / Player 10 motion and works great in the .fla in which it was created.
The problem is that when I import movieclip into the main .fla for the application, when I dynamically create a movie clip instance and add it to the scene, I get a barrage of the following runtime error:
ReferenceError: Error # 1069: The null property was not found on fl.motion.KeyframeBase, and there is no default value.
in fl.motion :: KeyframeBase / getValue ()
in fl.motion :: MotionBase / getValue ()
in fl.motion :: Animator3D / setTime3D ()
at fl.motion :: AnimatorBase / set time ()
in fl.motion :: AnimatorBase $ / processCurrentFrame ()
in fl.motion :: AnimatorBase $ / parentEnterFrameHandler ()
I assume that only on the basis of the number of errors like this, I get there one for each key frame in the animation of moving movements. I checked that the settings for publishing Flash are identical in the two .fla files, and although the scene sizes are slightly different, I don't think the problem is here. I also searched for this problem and found nothing but this lonely thread on kirup .
Any thoughts?
source
share