One final question on this Do you need Flash Builder 4.7 for this or will Flash Builder 4.0 be sufficient
Thanks for all your help with this Andy -----Original Message----- From: Marcus Fritze [mailto:marcus.fri...@googlemail.com] Sent: 30 January 2013 16:03 To: dev@flex.apache.org Subject: Re: Flash Player 11.5 - Debug trace in release player Download the current SDK. Just edit the framework/flex-config.xml file and change this lines: <!-- Specifies the minimum player version that will run the compiled SWF. --> <target-player>11.1</target-player> <!-- Specifies the version of the compiled SWF --> <swf-version>14</swf-version> To: <!-- Specifies the minimum player version that will run the compiled SWF. --> <target-player>11.5</target-player> <!-- Specifies the version of the compiled SWF --> <swf-version>18</swf-version> You also need to download the the 11.5 playerglobal.swc from here: http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playergloba l11_5.swc And copy it to: /frameworks/libs/player/11.5/playerglobal.swc (Thanks again Justin McLean for this explanation.) Marcus Fritze Am 30.01.2013 um 16:44 schrieb "Cooper, Andrew" <acoo...@cimtek.com>: > Can you target 11.5 in Flash Builder(4.7) Does this automatically set > the swf version to 18 or is that something else ? > > Andy > > -----Original Message----- > From: Justin Mclean [mailto:jus...@classsoftware.com] > Sent: 30 January 2013 00:38 > To: dev@flex.apache.org > Subject: Re: Flash Player 11.5 - Debug trace in release player > > HI, > > Just be aware that you need to compile your application with 11.5 (and > swf version set to 18) for this to take effect. > > Thanks, > Justin