08.29.07
Flash CS3 / Flex 2 AS3 Error #1172
ActionScript Error: #1172
Description:
This error is encountered when Flash/Flex cannot find your Class.
Fix:
Make sure that the targeting is correct.
Bad Code:
import com.cjm.everseString;
or
import com.cjm.reverseString;
Good Code:
import com.cjm.ReverseString;
So now you know how to fix AS3 Error 1172
Happy Flashing