How do I get the ESRI Flex library version?

924
5
04-02-2014 01:49 PM
stevemclaughlin
New Contributor III
Is there a way in actionscript to get the Esri flex library version number?  ie 3.5, 3.6?
that was used to compile the swf file?
thanks,
steve
Tags (2)
0 Kudos
5 Replies
PaulHastings1
Occasional Contributor
not directly but via a resource bundle:

resourceManager.getString('ESRIMessages', 'mapAboutText')
0 Kudos
stevemclaughlin
New Contributor III
great thanks!!
it returns:
This application is using ArcGIS API 3.6 for Flex.
Build date 2013-12-13.

just what I need!
0 Kudos
GISAdmin_2008
New Contributor III

This is a long shot. Computer crashed and lost the agslib-3.4. Wonder if someone out there can share a copy.

Thanks!!

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Mary,

  Here is the compiled swc

GISAdmin_2008
New Contributor III

You are the HERO of the day!!  

Thank you sooo much.

0 Kudos