RE: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Cooper, Andrew
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

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
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

RE: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread David Coleman
benefit greatly from this... however forcing users to upgrade their flash player is not an option as our user base contains many people with legacy browsers. From: marcus.fri...@googlemail.com Subject: Re: Flash Player 11.5 - Debug trace in release player Date: Wed, 30 Jan 2013 17:02:55 +0100

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
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

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Frédéric THOMAS
. -Fred -Message d'origine- From: Marcus Fritze Sent: Wednesday, January 30, 2013 5:16 PM To: dev@flex.apache.org Subject: Re: Flash Player 11.5 - Debug trace in release player AFAIK, the 4.5.1A targets Flash Player 10.2 So the minimum required FP version of your customers is 10.2 and you

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
release player installed is sufficient. Tell me if I missed something. -Fred -Message d'origine- From: Marcus Fritze Sent: Wednesday, January 30, 2013 5:16 PM To: dev@flex.apache.org Subject: Re: Flash Player 11.5 - Debug trace in release player AFAIK, the 4.5.1A targets

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Alex Harui
Subject: Re: Flash Player 11.5 - Debug trace in release player AFAIK, the 4.5.1A targets Flash Player 10.2 So the minimum required FP version of your customers is 10.2 and you can use only the API of 10.2 (no debug trace for release versions). If the user has 11.5 installed it will only use 10.2

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Frédéric THOMAS
@flex.apache.org Subject: Re: Flash Player 11.5 - Debug trace in release player AFAIK, the 4.5.1A targets Flash Player 10.2 So the minimum required FP version of your customers is 10.2 and you can use only the API of 10.2 (no debug trace for release versions). If the user has 11.5 installed it will only

RE: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Cooper, Andrew
: 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-player11.1/target-player !-- Specifies the version

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Justin Mclean
Hi, Does this mean that an app that I compile with the default settings for 4.5.1A will not benefit from this stacktrace availability, even if the user has 11.5 installed? From my testing that's sadly the case. You could detect the version of the flash player and then load a swf compiled

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Justin Mclean
Hi, Also in the SVN develop branch of the ide directory there's several scripts that can download the swcs and make the changes for you. Thanks, Justin

RE: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Cooper, Andrew
soon Andy -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: 30 January 2013 21:07 To: dev@flex.apache.org Subject: Re: Flash Player 11.5 - Debug trace in release player Hi, Do you need Flash Builder 4.7 for this or will Flash Builder 4.0 be sufficient

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Justin Mclean
Hi, Just tried this in FB4.0 and it doesn't compile Look like the -swf-version option was added in FB 4.5 (or rather to the compiler for the Flex SDK that come with FB 4.5). You might be able to get it to work with the -target-player option? Justin

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Justin Mclean
Hi, Is there anything I'm missing ? You're actually compiling with the compiler that come with 4.1 SDK and it doesn't support that option. Try -target-player option instead that may work (I've not tried it), otherwise you'll need to to use 4.5. Justin

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread manish sharma
Hi, Is it not working for FB4?? I have upgrade the SDK. Regards, Manish On Thu, Jan 31, 2013 at 5:11 AM, Justin Mclean jus...@classsoftware.comwrote: Hi, Is there anything I'm missing ? You're actually compiling with the compiler that come with 4.1 SDK and it doesn't support that

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Justin Mclean
Hi, Is it not working for FB4?? I have upgrade the SDK. If you using the 4.5+ SDK it may work in FB4. You may have some luck using the -targetplayer compiler option rather than the -swf-version compiler option in FB4 using an SDK earlier than 4.5. I've not tried either so if someone does

RE: Flash Player 11.5 - Debug trace in release player

2013-01-29 Thread Ian Appleby
I just have to get my users to update their flash player ... Yes well, that's the trick isn't it. I'm still trying to get some of mine onto 11.x -Ian