I am trying to edit an already existing Flex project, and I see a warning on the line
"import com.Adobe.utils.StringUtil;
" and the warning it shows is
Multiple markers at this line:
-mx
-The import utils could not be found.
-The import StringUtil could not be found.
so what could be the problem?
Well I was wondering what is the difference between import com.Adobe.utils.StringUtil;
and import mx.utils.StringUtil;