Browse Source

allow flash player version 11.9 -> swf version 22 (closes #2376)

Simon Krajewski 11 years ago
parent
commit
060de9e79d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      genswf.ml

+ 1 - 0
genswf.ml

@@ -542,6 +542,7 @@ let swf_ver = function
 	| 11.6 -> 19
 	| 11.7 -> 20
 	| 11.8 -> 21
+	| 11.9 -> 22
 	| v -> failwith ("Invalid SWF version " ^ float_repres v)
 
 let convert_header com (w,h,fps,bg) =