Skip to content

Commit

Permalink
Fixes #84 - Update to Flash Player 17
Browse files Browse the repository at this point in the history
Revert `-swf-version` in Makefile, and add playerglobal.abc.
  • Loading branch information
jasonsturges committed Apr 8, 2015
1 parent a51ef74 commit b36add3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ test_posix:
-import $(call nativepath,$(SDK)/usr/lib/PlayerKernel.abc) \
$(call nativepath, $(BUILD)/test_posix/alcfsBackingStore.as) -outdir . -out alcfs
# Assembling SWF
cd $(BUILD)/test_posix && $(SDK_CC) -emit-swf -O0 -swf-version=28 $(call nativepath,$(SDK)/usr/lib/AlcVFSZip.abc) alcfs.abc $(SRCROOT)/test/fileio.c -o posixtest.swf
cd $(BUILD)/test_posix && $(SDK_CC) -emit-swf -O0 -swf-version=15 $(call nativepath,$(SDK)/usr/lib/AlcVFSZip.abc) alcfs.abc $(SRCROOT)/test/fileio.c -o posixtest.swf

# Test with SciMark
test_scimark_shell:
Expand All @@ -1700,7 +1700,7 @@ test_scimark_swf:
@rm -rf $(BUILD)/test_scimark_swf
@mkdir -p $(BUILD)/test_scimark_swf
# Assembling SWFs
cd $(BUILD)/test_scimark_swf && $(SDK_CC) -O4 -swf-version=28 $(SRCROOT)/scimark2_1c/*.c -emit-swf -swf-size=400x400 -o scimark2-SWF17.swf
cd $(BUILD)/test_scimark_swf && $(SDK_CC) -O4 -swf-version=17 $(SRCROOT)/scimark2_1c/*.c -emit-swf -swf-size=400x400 -o scimark2-SWF17.swf
cd $(BUILD)/test_scimark_swf && $(SDK_CC) -O4 $(SRCROOT)/scimark2_1c/*.c -emit-swf -swf-size=400x400 -o scimark2.swf
cd $(BUILD)/test_scimark_swf && $(SDK_CC) -O4 $(SRCROOT)/scimark2_1c/*.c -emit-swf -swf-size=400x400 -o scimark2v18.swf

Expand Down
Binary file added tools/playerglobal/17.0/playerglobal.abc
Binary file not shown.

1 comment on commit b36add3

@vpmedia
Copy link
Member

@vpmedia vpmedia commented on b36add3 Apr 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"SWF Version" | "Flash Player Version"

   9       |          9
  10       |      10.0, 10.1
  11       |         10.2
  12       |         10.3
  13       |         11.0
  14       |         11.1
  15       |         11.2
  16       |         11.3
  17       |         11.4
  18       |         11.5
  19       |         11.6
  20       |         11.7
  21       |         11.8
  22       |         11.9
  23       |         12.0
  24       |         13.0
  25       |         14.0
  26       |         15.0
  27       |         16.0
  28       |         17.0

I think 28 was OK..

Please sign in to comment.