Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

import utils.Util; Fails

Avatar

Level 1
Going through the book Adobe Flex 3 training from the source.

The code is as follows:



import flash.net.FileReference;

import mx.rpc.events.ResultEvent;

import utils.Util; //Fails here:



Severity and Description Path Resource Location Creation Time
Id

1172: Definition utils:Util could not be found.
FlexGrocer/src DataEntry.mxml line 19 1212105457255 257



The accompanying code on the cd is the same.

My environment seems fine, everything else has worked up
until now.

Any clue?
2 Replies

Avatar

Level 1
I'm having the same problem. So I replaced import utils.Util;
with import mx.utils;(from code hinting) similar result.:

'1172:Definition mx:utils could not be found.'



Thanks, JD