0
votes

I am using FB 4.6 with SDK Flex 4.0A. I am trying to import and run an Actionscript (3) Project.

When I build the file, I get the error "1172: Definition mx.utils.ObjectUtil could not be found"

When I look in the Utils folder, there is no ObjectUtil.as file. Is this the problem?

ObjectUtil.as does not seem to be standard in the Util folder. https://code.google.com/p/as3corelib/source/browse/trunk/src/com/adobe/utils/?r=54

2

2 Answers

0
votes

If you have pure ActionScript project it's normal that class from Flex SDK could not be found. Try to copy this class from SDK to your project. Also copy classes from list of imports if it's necessary.

0
votes

ObjectUtil is a Flex class; you'll need to import this project as a Flex project rather than a pure Actionscript project.