Skip to main content
Participant
August 8, 2014
Question

"Definition de.alex_uhlmann.animationpackage could not be found" and other debug errors

  • August 8, 2014
  • 1 reply
  • 213 views

Hi, I have a Flash file someone else created that I need to debug and repair.

I get the following errors, when running debug:

Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 1, Column 40

1172: Definition de.alex_uhlmann.animationpackage could not be found.

Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 2, Column 501172: Definition de.alex_uhlmann.animationpackage.animation could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 3, Column 481172: Definition de.alex_uhlmann.animationpackage.drawing could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 4, Column 481172: Definition de.alex_uhlmann.animationpackage.utility could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 5, Column 311172: Definition com.robertpenner.easing could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 1, Column 401172: Definition de.alex_uhlmann.animationpackage could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 2, Column 501172: Definition de.alex_uhlmann.animationpackage.animation could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 3, Column 481172: Definition de.alex_uhlmann.animationpackage.drawing could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 4, Column 481172: Definition de.alex_uhlmann.animationpackage.utility could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 5, Column 311172: Definition com.robertpenner.easing could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 7, Column 11120: Access of undefined property APCore.

That symbol is in my library.

When I go to the code, it shows:

import de.alex_uhlmann.animationpackage.*;

import de.alex_uhlmann.animationpackage.animation.*;

import de.alex_uhlmann.animationpackage.drawing.*;

import de.alex_uhlmann.animationpackage.utility.*;

import com.robertpenner.easing.*;

APCore.initialize();

nextBtn._alpha = 0;

I downloaded what I believe to be the correct animation package from here, versions 2.0 and 3.0, for Flash Pro CC2014, Flash Player 13:

AnimationPackage

I have no idea how I am supposed to import this package into my library, since none of the files are available to import, or what procedure I'm supposed to follow to correct this error. I emailed the programmer, but I have no idea if he is even still around. Does anyone have an answer on how to resolve this? Email me at mikes@neuromechanical.com if you want the FLA file, since I can't attach it here. Thanks for the help!

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 9, 2014

you need the classes mentioned after 'Definition" in the lines below and they should be place in de/alex_uhlmann/animationpackage subdirectory of your default directory.

Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 2, Column 501172: Definition de.alex_uhlmann.animationpackage.animation could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 3, Column 481172: Definition de.alex_uhlmann.animationpackage.drawing could not be found.
Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 4, Column 481172: Definition de.alex_uhlmann.animationpackage.utility could not be found.

you also need penner's easing class in com/robertpanner