I'm trying to setup the Flex SDK locally (the bugquash event over the weekend inspired me) and have got everything installed except I'm getting 2 errors after I import all of the sample projects:
1012: The static attribute may be used only on definitions inside a class. airframework/airframework/src/mx/core Version.as line 18 1238554510921 1101 and 1012: The static attribute may be used only on definitions inside a class. rpc/rpc/src/mx/core Version.as line 17 1238554489765 1100 I should be good to go if I can figure out what I'm doing wrong with these 2 things. This is all that is in those files, but it is the mx_internal static...line that is causing the issue (in both projects) import mx.core.mx_internal; /** * @private * Version string for this class. */ mx_internal static const VERSION:String = "3.4.0.0"; Any ideas? Thanks.

