Jeremy Newman : adding a page for the keynote from WineConf 2008

Jeremy Newman jnewman at winehq.org
Tue Sep 30 15:30:34 CDT 2008


Module: website
Branch: master
Commit: 5f1ffda860e8e2f19183431ef0142d7b87d446b1
URL:    http://source.winehq.org/git/website.git/?a=commit;h=5f1ffda860e8e2f19183431ef0142d7b87d446b1

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Tue Sep 30 15:29:26 2008 -0500

adding a page for the keynote from WineConf 2008

---

 templates/en/wineconf/media.template |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/templates/en/wineconf/media.template b/templates/en/wineconf/media.template
new file mode 100644
index 0000000..49f5cd8
--- /dev/null
+++ b/templates/en/wineconf/media.template
@@ -0,0 +1,34 @@
+<!--TITLE:[WineConf 2006 - Media]-->
+
+<p><img src="{$root}/images/wineconf/wineconf_logo.jpg" width="295" height="108" alt="-LOGO-"></p>
+
+<h2>Media</h2>
+
+<script type="text/javascript" src="http://www.codeweavers.com/js/swfobject.js"></script>
+<script type="text/javascript">
+    var flashvars = {};
+    flashvars.width = "720";
+    flashvars.height = "480";
+    flashvars.file = "http://media.codeweavers.com/pub/other/wineconf2008.flv";
+    flashvars.backcolor = "0xEFEFEF";
+    var params = {};
+    params.menu = "false";
+    params.allowfullscreen = "true";
+    var attributes = {};
+    attributes.id = "mediaplayer";
+    attributes.name = "mediaplayer";
+    swfobject.embedSWF("http://www.codeweavers.com/images/swf/mediaplayer.swf", "winehqvid", "720", "480", "8.0.0", null, flashvars, params, attributes);
+</script>
+
+<p>The following is the keynote address from Alexandre Julliard given during WineConf 2008. To view the video you will need
+to have <a href="http://www.macromedia.com/go/getflashplayer">Adobe Flash Player</a> installed.</p>
+
+<div style="margin-left: 25px;">
+    <div id="winehqvid">
+        <b class="error">Flash Player Not Found!</b><br />
+        <a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see our videos.
+    </div>
+</div>
+
+<p>&nbsp;</p>
+




More information about the wine-cvs mailing list