Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F7EA11ED3 for ; Sat, 23 Aug 2014 03:40:49 +0000 (UTC) Received: (qmail 33833 invoked by uid 500); 23 Aug 2014 03:40:48 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 33692 invoked by uid 500); 23 Aug 2014 03:40:48 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 33179 invoked by uid 99); 23 Aug 2014 03:40:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Aug 2014 03:40:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7F3F995511F; Sat, 23 Aug 2014 03:40:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Sat, 23 Aug 2014 03:40:52 -0000 Message-Id: <8f7348b0acfe43a9a2a46caf0baa4249@git.apache.org> In-Reply-To: <478a85fcac1049dd81b5bb7161a5c955@git.apache.org> References: <478a85fcac1049dd81b5bb7161a5c955@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/51] [partial] trying to merge TourDeFlex develop release into master http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed4d983/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample1.mxml.html ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample1.mxml.html b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample1.mxml.html index ed72b4a..13d8463 100644 --- a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample1.mxml.html +++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample1.mxml.html @@ -14,48 +14,48 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - -sample1.mxml - - - -
<?xml version="1.0" encoding="utf-8"?>
-<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" 
-               skinClass="TDFGradientBackgroundSkin" 
-               viewSourceURL="srcview/index.html">
-    
-    <fx:Script>
-        <![CDATA[
-            import mx.controls.Alert;
-        ]]>
-    </fx:Script>
-    
-    <s:layout>
-        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
-    </s:layout>
-    
-    <s:Panel title="Handling Events - Inline property Sample"
-             width="600" height="100%"
-             color="0x000000" 
-             borderAlpha="0.15">
-        
-        <s:layout>
-            <s:VerticalLayout horizontalAlign="center" 
-                              paddingLeft="10" paddingRight="10" 
-                              paddingTop="10" paddingBottom="10"/>
-        </s:layout>
-        
-        <!-- Handling Events - Inline Property -->
-        
-        <s:Button label="click me" click="Alert.show('clicked!')"/>    
-        
-    </s:Panel>
-    
-</s:Application>
- + + + + + +sample1.mxml + + + +
<?xml version="1.0" encoding="utf-8"?>
+<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" 
+               skinClass="TDFGradientBackgroundSkin" 
+               viewSourceURL="srcview/index.html">
+    
+    <fx:Script>
+        <![CDATA[
+            import mx.controls.Alert;
+        ]]>
+    </fx:Script>
+    
+    <s:layout>
+        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+    </s:layout>
+    
+    <s:Panel title="Handling Events - Inline property Sample"
+             width="600" height="100%"
+             color="0x000000" 
+             borderAlpha="0.15">
+        
+        <s:layout>
+            <s:VerticalLayout horizontalAlign="center" 
+                              paddingLeft="10" paddingRight="10" 
+                              paddingTop="10" paddingBottom="10"/>
+        </s:layout>
+        
+        <!-- Handling Events - Inline Property -->
+        
+        <s:Button label="click me" click="Alert.show('clicked!')"/>    
+        
+    </s:Panel>
+    
+</s:Application>
+ http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed4d983/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample2.mxml.html ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample2.mxml.html b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample2.mxml.html index c04d444..6d21a4b 100644 --- a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample2.mxml.html +++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample2.mxml.html @@ -14,52 +14,52 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - -sample2.mxml - - - -
<?xml version="1.0" encoding="utf-8"?>
-<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" 
-               skinClass="TDFGradientBackgroundSkin" 
-               viewSourceURL="srcview/index.html">
-    
-    <fx:Script>
-        <![CDATA[
-            import mx.controls.Alert;
-        ]]>
-    </fx:Script>
-    
-    <s:layout>
-        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
-    </s:layout>
-    
-    <s:Panel title="Handling Events - Inline Block Sample"
-             width="600" height="100%"
-             color="0x000000" 
-             borderAlpha="0.15">
-        
-        <s:layout>
-            <s:VerticalLayout horizontalAlign="center" 
-                              paddingLeft="10" paddingRight="10" 
-                              paddingTop="10" paddingBottom="10"/>
-        </s:layout>
-        
-        <!-- Handling Events - Inline Block -->
-        
-        <s:Button id="b" label="click me once">
-            <s:click>
-                b.enabled = false;
-                mx.controls.Alert.show('clicked!');
-            </s:click>
-        </s:Button>
-    </s:Panel>
-    
-</s:Application>
- + + + + + +sample2.mxml + + + +
<?xml version="1.0" encoding="utf-8"?>
+<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" 
+               skinClass="TDFGradientBackgroundSkin" 
+               viewSourceURL="srcview/index.html">
+    
+    <fx:Script>
+        <![CDATA[
+            import mx.controls.Alert;
+        ]]>
+    </fx:Script>
+    
+    <s:layout>
+        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+    </s:layout>
+    
+    <s:Panel title="Handling Events - Inline Block Sample"
+             width="600" height="100%"
+             color="0x000000" 
+             borderAlpha="0.15">
+        
+        <s:layout>
+            <s:VerticalLayout horizontalAlign="center" 
+                              paddingLeft="10" paddingRight="10" 
+                              paddingTop="10" paddingBottom="10"/>
+        </s:layout>
+        
+        <!-- Handling Events - Inline Block -->
+        
+        <s:Button id="b" label="click me once">
+            <s:click>
+                b.enabled = false;
+                mx.controls.Alert.show('clicked!');
+            </s:click>
+        </s:Button>
+    </s:Panel>
+    
+</s:Application>
+ http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed4d983/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample3.mxml.html ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample3.mxml.html b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample3.mxml.html index 9225aff..d27e174 100644 --- a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample3.mxml.html +++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample3.mxml.html @@ -14,53 +14,53 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - -sample3.mxml - - - -
<?xml version="1.0" encoding="utf-8"?>
-<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" 
-               skinClass="TDFGradientBackgroundSkin" 
-               viewSourceURL="srcview/index.html">
-    
-    <fx:Script>
-        <![CDATA[
-            import mx.controls.Alert;
-            
-            private function handleClick(event:MouseEvent):void
-            {
-                b.enabled = false;
-                mx.controls.Alert.show('clicked!');
-            }
-        ]]>
-    </fx:Script>
-    
-    <s:layout>
-        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
-    </s:layout>
-    
-    <s:Panel title="Handling Events - Function Sample"
-             width="600" height="100%"
-             color="0x000000" 
-             borderAlpha="0.15">
-        
-        <s:layout>
-            <s:VerticalLayout horizontalAlign="center" 
-                              paddingLeft="10" paddingRight="10" 
-                              paddingTop="10" paddingBottom="10"/>
-        </s:layout>
-        
-        <!-- Handling Events - Function -->
-        
-        <s:Button id="b" label="click me once" click="handleClick(event)"/>
-    </s:Panel>
-    
-</s:Application>
- + + + + + +sample3.mxml + + + +
<?xml version="1.0" encoding="utf-8"?>
+<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" 
+               skinClass="TDFGradientBackgroundSkin" 
+               viewSourceURL="srcview/index.html">
+    
+    <fx:Script>
+        <![CDATA[
+            import mx.controls.Alert;
+            
+            private function handleClick(event:MouseEvent):void
+            {
+                b.enabled = false;
+                mx.controls.Alert.show('clicked!');
+            }
+        ]]>
+    </fx:Script>
+    
+    <s:layout>
+        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+    </s:layout>
+    
+    <s:Panel title="Handling Events - Function Sample"
+             width="600" height="100%"
+             color="0x000000" 
+             borderAlpha="0.15">
+        
+        <s:layout>
+            <s:VerticalLayout horizontalAlign="center" 
+                              paddingLeft="10" paddingRight="10" 
+                              paddingTop="10" paddingBottom="10"/>
+        </s:layout>
+        
+        <!-- Handling Events - Function -->
+        
+        <s:Button id="b" label="click me once" click="handleClick(event)"/>
+    </s:Panel>
+    
+</s:Application>
+ http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed4d983/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample4.mxml.html ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample4.mxml.html b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample4.mxml.html index 5c120e7..43902c6 100644 --- a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample4.mxml.html +++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample4.mxml.html @@ -14,59 +14,59 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - -sample4.mxml - - - -
<?xml version="1.0" encoding="utf-8"?>
-<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" 
-               skinClass="TDFGradientBackgroundSkin" 
-               viewSourceURL="srcview/index.html">
-    
-    <fx:Script>
-        <![CDATA[
-            import mx.controls.Alert;
-            
-            private function handleClick(event:MouseEvent):void
-            {
-                b.enabled = false;
-                mx.controls.Alert.show('clicked!');
-            }
-        ]]>
-    </fx:Script>
-    
-    <s:layout>
-        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
-    </s:layout>
-    
-    <s:Panel title="Handling Events - Function with addEventListener Sample"
-             width="600" height="100%"
-             color="0x000000" 
-             borderAlpha="0.15">
-        
-        <s:layout>
-            <s:VerticalLayout horizontalAlign="center" 
-                              paddingLeft="10" paddingRight="10" 
-                              paddingTop="10" paddingBottom="10"/>
-        </s:layout>
-        
-        
-        <!-- Handling Events - Function with addEventListener -->
-        
-        <s:Button id="b" label="click me once">
-            <s:creationComplete>
-                b.addEventListener(MouseEvent.CLICK, handleClick);
-            </s:creationComplete>
-        </s:Button>
-        
-    </s:Panel>
-    
-</s:Application>
- + + + + + +sample4.mxml + + + +
<?xml version="1.0" encoding="utf-8"?>
+<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" 
+               skinClass="TDFGradientBackgroundSkin" 
+               viewSourceURL="srcview/index.html">
+    
+    <fx:Script>
+        <![CDATA[
+            import mx.controls.Alert;
+            
+            private function handleClick(event:MouseEvent):void
+            {
+                b.enabled = false;
+                mx.controls.Alert.show('clicked!');
+            }
+        ]]>
+    </fx:Script>
+    
+    <s:layout>
+        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+    </s:layout>
+    
+    <s:Panel title="Handling Events - Function with addEventListener Sample"
+             width="600" height="100%"
+             color="0x000000" 
+             borderAlpha="0.15">
+        
+        <s:layout>
+            <s:VerticalLayout horizontalAlign="center" 
+                              paddingLeft="10" paddingRight="10" 
+                              paddingTop="10" paddingBottom="10"/>
+        </s:layout>
+        
+        
+        <!-- Handling Events - Function with addEventListener -->
+        
+        <s:Button id="b" label="click me once">
+            <s:creationComplete>
+                b.addEventListener(MouseEvent.CLICK, handleClick);
+            </s:creationComplete>
+        </s:Button>
+        
+    </s:Panel>
+    
+</s:Application>
+ http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed4d983/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample5.mxml.html ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample5.mxml.html b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample5.mxml.html index f65a0ce..01a967e 100644 --- a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample5.mxml.html +++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample5.mxml.html @@ -14,53 +14,53 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - -sample5.mxml - - - -
<?xml version="1.0" encoding="utf-8"?>
-<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" 
-               xmlns:local="*"
-               skinClass="TDFGradientBackgroundSkin" 
-               viewSourceURL="srcview/index.html">
-    
-    <fx:Script>
-        <![CDATA[
-            import mx.controls.Alert;
-        ]]>
-    </fx:Script>
-    
-    <s:layout>
-        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
-    </s:layout>
-    
-    <fx:Declarations>
-        
-        <!-- Dispatching an Event -->
-        <local:FiveSecondTrigger triggered="Alert.show('five second event triggered')"/>
-    </fx:Declarations>
-    
-    <s:Panel title="Dispatching Events Sample"
-             width="600" height="100%"
-             color="0x000000" 
-             borderAlpha="0.15">
-        
-        <s:layout>
-            <s:VerticalLayout horizontalAlign="center" 
-                              paddingLeft="10" paddingRight="10" 
-                              paddingTop="10" paddingBottom="10"/>
-        </s:layout>
-        
-        <s:Label text="wait 5 seconds" color="0x000000"/>
-        
-    </s:Panel>
-    
-</s:Application>
- + + + + + +sample5.mxml + + + +
<?xml version="1.0" encoding="utf-8"?>
+<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" 
+               xmlns:local="*"
+               skinClass="TDFGradientBackgroundSkin" 
+               viewSourceURL="srcview/index.html">
+    
+    <fx:Script>
+        <![CDATA[
+            import mx.controls.Alert;
+        ]]>
+    </fx:Script>
+    
+    <s:layout>
+        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+    </s:layout>
+    
+    <fx:Declarations>
+        
+        <!-- Dispatching an Event -->
+        <local:FiveSecondTrigger triggered="Alert.show('five second event triggered')"/>
+    </fx:Declarations>
+    
+    <s:Panel title="Dispatching Events Sample"
+             width="600" height="100%"
+             color="0x000000" 
+             borderAlpha="0.15">
+        
+        <s:layout>
+            <s:VerticalLayout horizontalAlign="center" 
+                              paddingLeft="10" paddingRight="10" 
+                              paddingTop="10" paddingBottom="10"/>
+        </s:layout>
+        
+        <s:Label text="wait 5 seconds" color="0x000000"/>
+        
+    </s:Panel>
+    
+</s:Application>
+ http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed4d983/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample6.mxml.html ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample6.mxml.html b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample6.mxml.html index 6b75c32..eae5f66 100644 --- a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample6.mxml.html +++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Events/srcview/source/sample6.mxml.html @@ -14,54 +14,54 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - -sample6.mxml - - - -
<?xml version="1.0" encoding="utf-8"?>
-<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" 
-               skinClass="TDFGradientBackgroundSkin" 
-               viewSourceURL="srcview/index.html">
-    
-    <fx:Script>
-        <![CDATA[
-            import mx.controls.Alert;
-        ]]>
-    </fx:Script>
-    
-    <s:layout>
-        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
-    </s:layout>
-    
-    <s:Panel title="Dispatching Custom Events Sample"
-             width="600" height="100%"
-             color="0x000000" 
-             borderAlpha="0.15">
-        
-        <s:layout>
-            <s:VerticalLayout horizontalAlign="center" 
-                              paddingLeft="10" paddingRight="10" 
-                              paddingTop="10" paddingBottom="10"/>
-        </s:layout>
-        
-        <!-- Dispatching a Custom Event -->
-        
-        <s:initialize>
-            addEventListener(MyEvent.TRIGGERED, function(event:MyEvent):void {
-                mx.controls.Alert.show('event handled!'); 
-            });
-        </s:initialize>
-        
-        <s:Button label="fire the event!" click="dispatchEvent(new MyEvent(MyEvent.TRIGGERED))"/>
-        
-    </s:Panel>
-    
-</s:Application>
- + + + + + +sample6.mxml + + + +
<?xml version="1.0" encoding="utf-8"?>
+<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" 
+               skinClass="TDFGradientBackgroundSkin" 
+               viewSourceURL="srcview/index.html">
+    
+    <fx:Script>
+        <![CDATA[
+            import mx.controls.Alert;
+        ]]>
+    </fx:Script>
+    
+    <s:layout>
+        <s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+    </s:layout>
+    
+    <s:Panel title="Dispatching Custom Events Sample"
+             width="600" height="100%"
+             color="0x000000" 
+             borderAlpha="0.15">
+        
+        <s:layout>
+            <s:VerticalLayout horizontalAlign="center" 
+                              paddingLeft="10" paddingRight="10" 
+                              paddingTop="10" paddingBottom="10"/>
+        </s:layout>
+        
+        <!-- Dispatching a Custom Event -->
+        
+        <s:initialize>
+            addEventListener(MyEvent.TRIGGERED, function(event:MyEvent):void {
+                mx.controls.Alert.show('event handled!'); 
+            });
+        </s:initialize>
+        
+        <s:Button label="fire the event!" click="dispatchEvent(new MyEvent(MyEvent.TRIGGERED))"/>
+        
+    </s:Panel>
+    
+</s:Application>
+ http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed4d983/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/sample1.html ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/sample1.html b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/sample1.html index 242c946..2d0bec0 100644 --- a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/sample1.html +++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/sample1.html @@ -14,108 +14,108 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - - - - - - - - - - - - - - - - - -
-

- To view this page ensure that Adobe Flash Player version - 10.0.0 or greater is installed. -

- -
- - - - + + + + + + + + + + + + + + + + + + + + + +
+

+ To view this page ensure that Adobe Flash Player version + 10.0.0 or greater is installed. +

+ +
+ + + + http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ed4d983/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/srcview/SourceIndex.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/srcview/SourceIndex.xml b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/srcview/SourceIndex.xml index be1427d..02e6b5d 100644 --- a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/srcview/SourceIndex.xml +++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-Filters/srcview/SourceIndex.xml @@ -1,4 +1,4 @@ - + - - Source of Sample-Adobe-Filters - - - - - - - - - - - - - - - - - - - - - - - + + Source of Sample-Adobe-Filters + + + + + + + + + + + + + + + + + + + + + + +