How to check flex version in our .swf file?
Question ID: 106072
1
0

Is there some way for me as a tester to check the version of Flex compiled in our .swf file of our Flex application to see if the developers included the right Flex version?

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on April 29, 2015 8:48 pm
268 views
Answers (1)
1
Private answer

You can use this flash decompiler: https://www.free-decompiler.com/flash/. On the Tools tab, click the Text Search and search on Flex. You'll find a line that looks similar to this:

''cdRsls'':[[new RSLData(''http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/framework_4.5.0.20967.swz'', [...]

This shows that the flex version is 4.5.

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on April 29, 2015 8:48 pm
0
That's great, thanks!!
( at April 29, 2015 8:49 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top