On Sun, Nov 17, 2013 at 11:42 AM, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote:
> Well I want to be able to detect programmatically, if advanced telemetry > is tuned on. > I agree, running that in Scout would prove its presence, but I want to > check this in flexmojos testsuite. > > @Darrell: As soon as I upgraded the FDK used by Flexmojos 7 to 4.10 this > was the first compiler version that actually required me to support the > advancedTelemerty flag. So currently 4.10 and 4.11 seem to be the ones that > support that flag. Don't know however, if the compiler actually uses > this... this is what I want to check. I know there is a Perl script and an > enabler application that modifies SWFs, but having a look at this seemed > confusing. So I was hoping for someone here on the list to simply say > something like: "In order to enable an swf, the 4th byte has to be set to > XYZ" ;-) > > Justin added this feature in April. He should be able to provide a concise answer. In the meantime, please take a look at these commits if you can figure things out: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/fd7f94c2 http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0b3e42a4 http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/822b3b2a http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/88bfdfb2 http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/26bcc778 http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/4385498f (this one probably has your answer) http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/aa740eca Hope this helps. Thanks, Om > Then checking this would be really easy. > > Chris > > -----Ursprüngliche Nachricht----- > Von: Avi Kessner [mailto:akess...@gmail.com] > Gesendet: Sonntag, 17. November 2013 19:06 > An: dev@flex.apache.org > Betreff: Re: How can I check if an swf has advanced-telemetry enabled? > > Run scout? > On Nov 17, 2013 7:01 PM, "Darrell Loverin" <darrell.love...@gmail.com> > wrote: > > > I believe there was a new tag added to the swf to enable telemetry. I > > don't see this tag supported in Apache Flex. > > > > > > -Darrell Loverin > > > > > > > > On Sun, Nov 17, 2013 at 8:30 AM, christofer.d...@c-ware.de < > > christofer.d...@c-ware.de> wrote: > > > > > Hi, > > > > > > I have recently extedned Flexmojos to support the advanced telemetry > > > compiler flag. Also I have created unit-tests that sort of test that > > > functionality. Unfortunately I can simply see that below flex 4.10 > > > that flag is simply not supported by the compiler. I can't however > > > check if > > the > > > file is actually enabled. So my question is, what is changed in a > > > SWF in order to enable it so I can check this in a unit-test. > > > > > > Chris > > > > > >