Enable Advanced Telemetry on Flex or old SWFs with SWF Scout Enabler
UPDATES:
v1.0.7 – Added SWF Scout Disabler mode to allow you to remove SWF telemetry tag from SWFs. SWF Scout Enabler title is the toggle, see below.
v1.0.5 – Added command line feature provided by Daniel Bunte.
Adobe Scout allows developers to profile SWFs like never before. The telemetry data sent by the release Flash Player to Adobe Scout is by default only set to send basic telemetry data. To be able to see data for the AS3 sampler, Stage3D rendering, and DisplayList rendering you have to enable the SWF (password is optional).
This is done by using the newer asc2 compiler that comes in Flash Builder 4.7 or in the AIR sdk found in the Gaming SDK from Creative Cloud. Currently asc2 only works with ActionScript projects and implements a new flag called -advanced-telemetry or a check box in Flash Builder 4.7 ActionScript project properties.
To enable SWFs that don’t use asc2, mainly Flex apps or legacy SWFs, you need to use a script to write a specific SWF tag into the SWF file. This doesn’t change the SWF abc code but just adds a SWF tag that Flash Player will use to start sending telemetry data. There is a python script written to help with writing this tag. But the python script requires python and I wanted something a bit easier to use so I created SWF Scout Enabler.
To use the application all you need to do is drag your SWF into the application and it will create a new SWF (or override if you give it a “” suffix) that is enabled for advanced telemetry.
The application will also save the last suffix and password used. It also has the ability to re-process the last processed file by clicking on the top right box image.
There is a new feature (as v1.0.7) in SWF Scout Enabler now. You can turn it into SWF Scout Disabler, meaning it can be used to remove the SWF telemetry tag as well. By clicking on the title label “SWF Scout Enabler” it will toggle back and forth between the two features. Here is what it looks like when in SWF Scout Disabler mode.
Last but not least, the full source of the application can be found on github.
Download the SWF Scout Enabler AIR application.
I need to thank Joseph Labrecque for testing out the app.
Note: This app has been tested on a bunch of SWFs but if it is not working let me know. There seems to be a bug with Adobe Scout on AS2 SWFs older than version 8. Adobe Scout will never do ActionScript sampling on AS2 SWFs but it will do basic telemetry.
Pingback: TelemetryEASY – Advanced Telemetry Utility for Adobe Scout | In Flagrante Delicto!
Pingback: Make your SWF profilable with Scout - ByteArray.org
Pingback: @renaun posts: Using Adobe Scout on Mobile without the Scout Companion App