Identify version of Flash plugin required by an *.swf file


/ Published in: Bash
Save to your folder(s)

requires swftools


Copy this code and paste it in your HTML
  1. swfdump -t foo.swf |grep "File version"
  2.  
  3. #[HEADER] File version: 9

URL: http://www.swftools.org/swfdump.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.