renamed explorer.html to be index.html

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/4e0250da
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/4e0250da
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/4e0250da

Branch: refs/heads/develop
Commit: 4e0250da2bccb2d8de689b8626ece975272d9d12
Parents: 32cc853
Author: Justin Mclean <jmcl...@apache.org>
Authored: Tue Aug 26 14:34:36 2014 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Tue Aug 26 14:34:36 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.html | 65 ---------------------------
 TourDeFlex/TourDeFlex3/src/index.html    | 65 +++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 65 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/4e0250da/TourDeFlex/TourDeFlex3/src/explorer.html
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.html 
b/TourDeFlex/TourDeFlex3/src/explorer.html
deleted file mode 100755
index 3d00e24..0000000
--- a/TourDeFlex/TourDeFlex3/src/explorer.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one or more
-  ~     contributor license agreements.  See the NOTICE file distributed with
-  ~     this work for additional information regarding copyright ownership.
-  ~     The ASF licenses this file to You under the Apache License, Version 2.0
-  ~     (the "License"); you may not use this file except in compliance with
-  ~     the License.  You may obtain a copy of the License at
-  ~
-  ~         http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~     Unless required by applicable law or agreed to in writing, software
-  ~     distributed under the License is distributed on an "AS IS" BASIS,
-  ~     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-  ~     See the License for the specific language governing permissions and
-  ~     limitations under the License.
-  -->
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>Apache Flex Tour De Flex Component Explorer</title>
-<script src="AC_OETags.js" language="javascript"></script>
-<style>
-body { margin: 0px; overflow:hidden }
-</style>
-</head>
-
-<body scroll='no'>
-<script language="JavaScript" type="text/javascript">
-<!--
-               AC_FL_RunContent(
-                                       "src", "explorer",
-                                       "width", "100%",
-                                       "height", "100%",
-                                       "align", "middle",
-                                       "id", "explorer",
-                                       "quality", "high",
-                                       "bgcolor", "#869ca7",
-                                       "name", "explorer",
-                                       "allowScriptAccess","sameDomain",
-                                       "type", "application/x-shockwave-flash",
-                                       "pluginspage", 
"http://www.adobe.com/go/getflashplayer";
-       );
-// -->
-</script>
-<noscript>
-       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
-                       id="explorer" width="100%" height="100%"
-                       
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab";>
-                       <param name="movie" value="explorer.swf" />
-                       <param name="quality" value="high" />
-                       <param name="bgcolor" value="#869ca7" />
-                       <param name="allowScriptAccess" value="sameDomain" />
-                       <embed src="explorer.swf" quality="high" 
bgcolor="#869ca7"
-                               width="100%" height="100%" name="explorer" 
align="middle"
-                               play="true"
-                               loop="false"
-                               quality="high"
-                               allowScriptAccess="sameDomain"
-                               type="application/x-shockwave-flash"
-                               
pluginspage="http://www.adobe.com/go/getflashplayer";>
-                       </embed>
-       </object>
-</noscript>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/4e0250da/TourDeFlex/TourDeFlex3/src/index.html
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/index.html 
b/TourDeFlex/TourDeFlex3/src/index.html
new file mode 100755
index 0000000..8cac3d3
--- /dev/null
+++ b/TourDeFlex/TourDeFlex3/src/index.html
@@ -0,0 +1,65 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~     contributor license agreements.  See the NOTICE file distributed with
+  ~     this work for additional information regarding copyright ownership.
+  ~     The ASF licenses this file to You under the Apache License, Version 2.0
+  ~     (the "License"); you may not use this file except in compliance with
+  ~     the License.  You may obtain a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~     Unless required by applicable law or agreed to in writing, software
+  ~     distributed under the License is distributed on an "AS IS" BASIS,
+  ~     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
+  ~     See the License for the specific language governing permissions and
+  ~     limitations under the License.
+  -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Apache Flex Tour De Flex Component Explorer</title>
+<script src="AC_OETags.js" language="javascript"></script>
+<style>
+body { margin: 0px; overflow:hidden }
+</style>
+</head>
+
+<body scroll='no'>
+<script language="JavaScript" type="text/javascript">
+<!--
+               AC_FL_RunContent(
+                                       "src", "explorer",
+                                       "width", "100%",
+                                       "height", "100%",
+                                       "align", "middle",
+                                       "id", "explorer",
+                                       "quality", "high",
+                                       "bgcolor", "#869ca7",
+                                       "name", "explorer",
+                                       "allowScriptAccess","sameDomain",
+                                       "type", "application/x-shockwave-flash",
+                                       "pluginspage", 
"http://www.adobe.com/go/getflashplayer";
+       );
+// -->
+</script>
+<noscript>
+       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                       id="explorer" width="100%" height="100%"
+                       
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab";>
+                       <param name="movie" value="explorer.swf" />
+                       <param name="quality" value="high" />
+                       <param name="bgcolor" value="#869ca7" />
+                       <param name="allowScriptAccess" value="sameDomain" />
+                       <embed src="explorer.swf" quality="high" 
bgcolor="#869ca7"
+                               width="100%" height="100%" name="explorer" 
align="middle"
+                               play="true"
+                               loop="false"
+                               quality="high"
+                               allowScriptAccess="sameDomain"
+                               type="application/x-shockwave-flash"
+                               
pluginspage="http://www.adobe.com/go/getflashplayer";>
+                       </embed>
+       </object>
+</noscript>
+</body>
+</html>

Reply via email to