Author: jmclean
Date: Mon Aug 25 14:07:49 2014
New Revision: 1620327
URL: http://svn.apache.org/r1620327
Log:
Copy of explorer.html so dir listing can't be viewed
Added:
flex/site/trunk/content/tourdeflex/index.html
Added: flex/site/trunk/content/tourdeflex/index.html
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/index.html?rev=1620327&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/index.html (added)
+++ flex/site/trunk/content/tourdeflex/index.html Mon Aug 25 14:07:49 2014
@@ -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>