Hi,

> Interesting....did a diff and they are exactly the same? Does SWFDump
> definitely output an additional SWF flag showing the telemetry status?

Yep  as long as you using Apache Flex 4.10 or later. <EnableTelemetry 
advancedTelemetry='true'/> should appear after the FileAttributes  tag and 
before the Metadata tag right at the top of the file.

For example:
<swf xmlns='http://macromedia/2003/swfx' version='25' framerate='24' 
size='10000x7500' compressed='true' >
  <!-- framecount=2 length=642585 -->
  <FileAttributes useDirectBlit='false' useGPU='false' hasMetadata='true' 
actionScript3='true' suppressCrossDomainCaching='false' swfRelativeUrls='false' 
useNetwork='true'/>
  <EnableTelemetry advancedTelemetry='true'/>

Justin

PS And I know as I made that change to swfdump :-)

Reply via email to