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 feed

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 wrote: > 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-pl

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 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 Cooper, Andrew
line 19 Flex Problem Looks like I'll be upgrading to FB4.7 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 ne

RE: Flash Player 11.5 - Debug trace in release player

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

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Justin Mclean
Hi, > Do you need Flash Builder 4.7 for this or will Flash Builder 4.0 be sufficient Not tried but see no reason why it shouldn't work on 4.0 if you have the playerglobal.swc and flash player version and swf version numbers set correctly in the flex config file. Thanks, Justin

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 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 compil

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: 11.1 14 To: 11.5 18 You also need to download the the 11.5 playerglobal.swc from here: http://fpdownload.macromedia.com

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Frédéric THOMAS
hrieb "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 Subj

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Alex Harui
; -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 &

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
can be compile with any version, having 11.5 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 > Subjec

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Frédéric THOMAS
sed 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 Flash Player 10.2 So the minimum required FP version of your cus

Re: Flash Player 11.5 - Debug trace in release player

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

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

Re: Flash Player 11.5 - Debug trace in release player

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

RE: Flash Player 11.5 - Debug trace in release player

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

Re: Flash Player 11.5 - Debug trace in release player

2013-01-29 Thread Justin Mclean
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-29 Thread Marcus Fritze
Indeed this is a very nice feature. I was waiting a long time for the feature. I use a global error handler (UncaughtErrorEvent.UNCAUGHT_ERROR) in my application and send all debug logs to my e-mail. I think it's the best way to find errors in your application. Am 30.01.2013 um 01:25 schrieb "