You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/09/21 07:59:30 UTC

svn commit: r1626522 - in /flex/site/trunk/content/tourdeflex/spark/effects: AnimatePropertiesExample.mxml AnimatePropertiesExample.swf Rotate3DExample.mxml Rotate3DExample.swf Scale3DExample.mxml Scale3DExample.swf

Author: jmclean
Date: Sun Sep 21 05:59:29 2014
New Revision: 1626522

URL: http://svn.apache.org/r1626522
Log:
Tour de flex 1.1

Modified:
    flex/site/trunk/content/tourdeflex/spark/effects/AnimatePropertiesExample.mxml
    flex/site/trunk/content/tourdeflex/spark/effects/AnimatePropertiesExample.swf
    flex/site/trunk/content/tourdeflex/spark/effects/Rotate3DExample.mxml
    flex/site/trunk/content/tourdeflex/spark/effects/Rotate3DExample.swf
    flex/site/trunk/content/tourdeflex/spark/effects/Scale3DExample.mxml
    flex/site/trunk/content/tourdeflex/spark/effects/Scale3DExample.swf

Modified: flex/site/trunk/content/tourdeflex/spark/effects/AnimatePropertiesExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/spark/effects/AnimatePropertiesExample.mxml?rev=1626522&r1=1626521&r2=1626522&view=diff
==============================================================================
--- flex/site/trunk/content/tourdeflex/spark/effects/AnimatePropertiesExample.mxml (original)
+++ flex/site/trunk/content/tourdeflex/spark/effects/AnimatePropertiesExample.mxml Sun Sep 21 05:59:29 2014
@@ -19,8 +19,7 @@
 -->
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 			   xmlns:s="library://ns.adobe.com/flex/spark" 
-			   xmlns:mx="library://ns.adobe.com/flex/mx"
-			   viewSourceURL="srcview/index.html">
+			   xmlns:mx="library://ns.adobe.com/flex/mx">
 	
 	<!-- NOTE: This sample was compiled with Flex SDK version 4.0.0.13875 -->
 	

Modified: flex/site/trunk/content/tourdeflex/spark/effects/AnimatePropertiesExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/spark/effects/AnimatePropertiesExample.swf?rev=1626522&r1=1626521&r2=1626522&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/site/trunk/content/tourdeflex/spark/effects/Rotate3DExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/spark/effects/Rotate3DExample.mxml?rev=1626522&r1=1626521&r2=1626522&view=diff
==============================================================================
--- flex/site/trunk/content/tourdeflex/spark/effects/Rotate3DExample.mxml (original)
+++ flex/site/trunk/content/tourdeflex/spark/effects/Rotate3DExample.mxml Sun Sep 21 05:59:29 2014
@@ -21,38 +21,7 @@
 	xmlns:fx="http://ns.adobe.com/mxml/2009"
 	xmlns:mx="library://ns.adobe.com/flex/mx"
 	xmlns:s="library://ns.adobe.com/flex/spark">
-	
-	<fx:Style>
-		@namespace "library://ns.adobe.com/flex/spark";
-		Label { 
-			baseColor: #000000; 
-			fontFamily: "Arial";
-			fontWeight: "bold";
-			fontSize: "11";
-			advancedAntiAliasing: true;
-		}
-		Button:up{ 
-			baseColor: #000000; 
-			color: #FFFFFF; 
-			fontWeight: "bold";
-		}
-		Button:over{ 
-			baseColor: #878787; 
-			color: #FFFFFF; 
-			fontWeight: "bold";
-		}
-		Button:down{ 
-			baseColor: #878787; 
-			color: #000000; 
-			fontWeight: "bold";
-		}
-		Button:disabled { 
-			baseColor: #FFFFFF; 
-			color: #878787; 
-			fontWeight: "bold";
-		}
-	</fx:Style>
-	
+
 	<fx:Declarations>
 		<s:Rotate3D id="rotateEffect" target="{targetImg}"  
 				    angleXFrom="0.0" angleXTo="{Number(xVal.text)}" 

Modified: flex/site/trunk/content/tourdeflex/spark/effects/Rotate3DExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/spark/effects/Rotate3DExample.swf?rev=1626522&r1=1626521&r2=1626522&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/site/trunk/content/tourdeflex/spark/effects/Scale3DExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/spark/effects/Scale3DExample.mxml?rev=1626522&r1=1626521&r2=1626522&view=diff
==============================================================================
--- flex/site/trunk/content/tourdeflex/spark/effects/Scale3DExample.mxml (original)
+++ flex/site/trunk/content/tourdeflex/spark/effects/Scale3DExample.mxml Sun Sep 21 05:59:29 2014
@@ -21,38 +21,7 @@
 	xmlns:fx="http://ns.adobe.com/mxml/2009"
 	xmlns:mx="library://ns.adobe.com/flex/mx"
 	xmlns:s="library://ns.adobe.com/flex/spark">
-	
-	<fx:Style>
-		@namespace "library://ns.adobe.com/flex/spark";
-		Label { 
-			baseColor: #000000; 
-			fontFamily: "Arial";
-			fontWeight: "bold";
-			fontSize: "11";
-			advancedAntiAliasing: true;
-		}
-		Button:up{ 
-			baseColor: #000000; 
-			color: #FFFFFF; 
-			fontWeight: "bold";
-		}
-		Button:over{ 
-			baseColor: #878787; 
-			color: #FFFFFF; 
-			fontWeight: "bold";
-		}
-		Button:down{ 
-			baseColor: #878787; 
-			color: #000000; 
-			fontWeight: "bold";
-		}
-		Button:disabled { 
-			baseColor: #FFFFFF; 
-			color: #878787; 
-			fontWeight: "bold";
-		}
-	</fx:Style>
-	
+
 	<fx:Declarations>
 		<s:Scale3D id="scaleEffect" target="{targetImg}" 
 				   scaleXFrom="1.0" scaleXTo="{Number(xVal.text)}" 
@@ -74,11 +43,11 @@
 			<s:VGroup width="40%">
 				<s:HGroup verticalAlign="middle">
 					<s:Label text="Scale X To" verticalAlign="bottom"/>
-					<s:TextInput id="xVal" text="1.0" widthInChars="3"/>
+					<s:TextInput id="xVal" text="0.5" widthInChars="3"/>
 				</s:HGroup>
 				<s:HGroup verticalAlign="middle">
 					<s:Label text="Scale Y To" verticalAlign="bottom"/>
-					<s:TextInput id="yVal" text="1.0" widthInChars="3"/>
+					<s:TextInput id="yVal" text="0.5" widthInChars="3"/>
 				</s:HGroup>
 				<s:HGroup verticalAlign="middle">
 					<s:Label text="Scale Z To" verticalAlign="bottom"/>

Modified: flex/site/trunk/content/tourdeflex/spark/effects/Scale3DExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/spark/effects/Scale3DExample.swf?rev=1626522&r1=1626521&r2=1626522&view=diff
==============================================================================
Binary files - no diff available.