You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2012/09/09 13:18:07 UTC

svn commit: r831451 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/flex/installerbadge/InstallApacheFlexBadge.swf content/flex/installerbadge/index.html

Author: buildbot
Date: Sun Sep  9 11:18:06 2012
New Revision: 831451

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/flex/installerbadge/InstallApacheFlexBadge.swf
    websites/staging/flex/trunk/content/flex/installerbadge/index.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep  9 11:18:06 2012
@@ -1 +1 @@
-1381335
+1382453

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep  9 11:18:06 2012
@@ -1 +1 @@
-1381335
+1382453

Modified: websites/staging/flex/trunk/content/flex/installerbadge/InstallApacheFlexBadge.swf
==============================================================================
Binary files - no diff available.

Modified: websites/staging/flex/trunk/content/flex/installerbadge/index.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/installerbadge/index.html (original)
+++ websites/staging/flex/trunk/content/flex/installerbadge/index.html Sun Sep  9 11:18:06 2012
@@ -1,3 +1,10 @@
+<style type="text/css"> 
+    body { margin: 0; padding: 0; }   
+    object:focus { outline: none; }
+    #flashContent { display: none; }
+    #${application} { border: 1px solid #172647; }
+</style>
+
 <div id="flashContent">
     <script type="text/javascript"> 
         var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
@@ -48,12 +55,13 @@
     }
 
     swfVersionStr = "11.1.0";
+    flashVars = { serviceURL: "http://incubator.apache.org/flex/" };
     params = { quality: "high", bgcolor: "#ffffff", allowscriptaccess: "sameDomain",
         allowfullscreen: "true" };
     attributes = { id: "InstallApacheFlexBadge", name: "InstallApacheFlexBadge" };
 
-    swfobject.embedSWF("InstallApacheFlexBadge.swf", "flashContent", "300", "300", 
-        swfVersionStr, "", {}, params, attributes);
+    swfobject.embedSWF("InstallApacheFlexBadge.swf", "flashContent", "10", "10", 
+        swfVersionStr, "", flashVars, params, attributes);
 
     swfobject.createCSS("#flashContent", "display: block;");