SWF lost functionality when Flash Player upgraded to 20.0.0.270
Question:
Our Flash was currently updated to 20.0.0.270. As a result, one of our web applications' functionality was lost. The code that doesn't work is trying to read text values off a Flash page. An example of the code that doesn't work now is:
for(i=1;i<9;i++){
OIM_W[i-1]=eval('_root.FREPGEN'+i+'.text');
Is there any alternate code we can use or work arounds to get this working again?
Configurations:
Flash Application compiled using Adobe CS3 Flash Player 9
Flash Version: 20.0.0.270
ActionScript 2.0
Browser: Internet Explorer 11 (ActiveX)
Operating System: Windows (Windows 7)