Skip to content

Commit

Permalink
allow flash player version 11.9 -> swf version 22 (closes HaxeFoundat…
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Nov 24, 2013
1 parent d9d020b commit 060de9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genswf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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) =
Expand Down

0 comments on commit 060de9e

Please sign in to comment.