Skip to content

Commit

Permalink
Changed minimum Flash Player required to 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Pacola committed May 23, 2014
1 parent 23b4486 commit 82b6347
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FlatSparkSkin/.settings/FlexPrettyPrintCommand.prefs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri May 16 15:30:12 AMT 2014
#Fri May 23 08:38:06 AMT 2014
ASRearr_AddDefaultHeaderForProperties=1
ASRearr_AddDefaultHeaderForStaticProperties=1
ASRearr_BlankLinesBeforeElement=
Expand Down Expand Up @@ -28,7 +28,7 @@ ASRearr_ModifierOrder_Property=<Namespace>,override,native,public,private,protec
ASRearr_MoveImportsOutsideClass=true
ASRearr_RemoveExistingCopyrightHeaders=false
ASRearr_RemoveExistingSectionHeaders=false
ASRearr_SectionHeaderMap=\#\n\#Fri May 16 15\:30\:12 AMT 2014\n
ASRearr_SectionHeaderMap=\#\n\#Fri May 23 08\:38\:06 AMT 2014\n
ASRearr_SortGettersAndSettersWithAssociatedProperties=true
ASRearr_SortGettersAndSettersWithAssociatedStaticProperties=true
ASRearr_UseCopyrightGeneration=false
Expand Down
Binary file modified FlatSparkSkin/bin/FlatSparkSkin.swc
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ New components:
Pull-requests are more than welcome!

## Prerequisites
Apache Flex 4.12.1
Apache Flex 4.12.1
Flash Player 10.2
6 changes: 3 additions & 3 deletions samples/WebAppTest/bin-debug/WebAppTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
// For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
var swfVersionStr = "13.0.0";
var swfVersionStr = "10.2.0";
// To use express install, set to playerProductInstall.swf, otherwise the empty string.
var xiSwfUrlStr = "expressInstall.swf";
var flashvars = {};
Expand Down Expand Up @@ -83,7 +83,7 @@
<div id="flashContent">
<p>
To view this page ensure that Adobe Flash Player version
13.0.0 or greater is installed.
10.2.0 or greater is installed.
</p>
<script type="text/javascript">
var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
Expand All @@ -109,7 +109,7 @@
<!--[if gte IE 6]>-->
<p>
Either scripts and active content are not permitted to run or Adobe Flash Player version
13.0.0 or greater is not installed.
10.2.0 or greater is not installed.
</p>
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
Expand Down
Binary file modified samples/WebAppTest/bin-debug/WebAppTest.swf
Binary file not shown.

2 comments on commit 82b6347

@justein
Copy link

Choose a reason for hiding this comment

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

I have seen your very highly product!FlatSpark!it's amazing!But,it seems that has not yet completed?

@akamud
Copy link
Owner

@akamud akamud commented on 82b6347 Jun 22, 2014

Choose a reason for hiding this comment

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

There are many skins missing right now, but we plan to make it available for all Spark components.

Please sign in to comment.