I wanted to update Flash IDE so that it uses new version of Flash Player 11.6 while playing movies during testing in IDE.
To check the version of Flash Player currently in use I trace -> Capabilities.version
I've installed all the plugin versions of 11.6 player for ax, and firefox. Copied playerglobal.swf to:
- Adobe Flash\Common\Configuration\ActionScript 3.0\FP11.6
Edited FlashPlayer11_6.xml file in:
- Adobe Flash\Common\Configuration\Players\
I've overridden all the standalone player files in Flash IDE directory:
- Adobe Flash\Players\FlashPlayer.exe
- Adobe Flash\Players\Release\FlashPlayer.exe
- Adobe Flash\Players\Debug\FlashPlayerDebugger.exe
But after applying all the above steps, Flash IDE is still using the old Flash Player while testing movies in IDE (Control>Test Movie>Test)
Interestingly enough, while debugging in IDE (Debug>Debug Movie>Debug) it shows correctly the updated version 11.6
So the debug .exe file must have been overridden correctly with the new standalone debug FlashPlayerDebugger.exe, but what about FlashPlayer.exe? It seems that Flash IDE is using some different .exe file located somewhere else than in:
- Adobe Flash\Players\FlashPlayer.exe
- Adobe Flash\Players\Release\FlashPlayer.exe
Which .exe should be overridden in order to make Flash IDE use it as a new version of Flash Player during movie testing in IDE?