Monkey and Flash , first time problem

Monkey Targets Forums/Flash/Monkey and Flash , first time problem

AdamRedwoods(Posted 2011) [#1]
Monkey didn't work for me the first time.
You may need the latest and greatest version of Flash to test.

i installed Flex 4.5 and it decided to compile for Flash 11, but only 10 was installed on the test computer.

I had to find the "/framework/flex-config.xml" file and change it to:
    <!-- Specifies the minimum player version that will run the compiled SWF. -->
   <target-player>10.2.0</target-player>

    <!-- Specifies the version of the compiled SWF -->
    <swf-version>10</swf-version>


Does anyone know how to get older runtime libs for say, Flash 9 or 10.0? Perhaps they don't even exist, but my thought is to target as wide an audience as possible.