In Flex Frameworks there is a .as File called Version.as and this contains the Version information for the sdk’s. This is from the package mx.core. Now this Version.as is included in every other Class File in the Flex Frameworks.
Now I got a question here “How I get the Version information from a Flex Application?”.
And Guess what the answer is simple and small as I always told about Flex.
We can retrieve the version information like below .
Var Str:String=”Version No.::”+mx_internal: VERSION;
Enjoy the Post.

