Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
in ASC 2.0 they added a flag to enable generated swf to be analysed by telemetry tool Adobe Scout.
Telemetry is managed by the flash player itself, but the swf need to enable to be analysed.
It seems to be quite simple and only need to set a flag.
A Github project has been created by Adobe which is a simple Air App used to make an existing swf file enabled for advanced telemetry.
The file where every important things are done is here:
https://github.com/renaun/ActionScriptExamples/blob/master/SWFScoutEnabler/src/app/core/SWFTagHelper.as
You can also check ASC 2.0 code to see where its done.
The compiler flag is: -advanced-telemetry=true
Thanks