diff options
-rw-r--r-- | website/index.html | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/website/index.html b/website/index.html index 10dba461..9f775fd3 100644 --- a/website/index.html +++ b/website/index.html @@ -56,18 +56,6 @@ <object width="800" height="500" type="application/x-shockwave-flash" data="videos/player.swf?image=poster.png&file=lombok.mp4" allowfullscreen="true"> <!--<![endif]--> - <!--[if gt IE 6]> - <object width="800" height="500" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"> - <param name="src" value="videos/lombok.mp4" /> - <param name="autoplay" value="false" /> - <param name="showlogo" value="false" /><! - [endif]--> - <!--[if !IE]>--> - <object width="800" height="500" type="video/quicktime" data="videos/lombok.mp4"> - <param name="src" value="videos/lombok.mp4" /> - <param name="autoplay" value="false" /> - <param name="showlogo" value="false" /> - <!--<![endif]--> <h3>Video: Lombok Demo</h3> <p> <strong>No video playback capabilities detected.</strong> @@ -77,20 +65,22 @@ </p><p> To play the video in the webpage, please do one of the following: </p><ul> - <li>Upgrade to <a href="http://getfirefox.com/">Firefox 3.5</a>, - <a href="http://apple.com/safari">Safari 4</a> or - <a href="http://www.google.com/chrome/">Chrome 2</a></li> - <li>Install <a href="http://get.adobe.com/flashplayer/">Adobe Flash</a></li> - <li>Install <a href="http://apple.com/quicktime/download/">QuickTime</a></li> + <li>Upgrade to <a href="http://www.mozilla.org/firefox/">Firefox</a> or + <a href="http://www.google.com/chrome/">Chrome</a> + </li> + <li>Install <a href="http://get.adobe.com/flashplayer/">Adobe Flash</a></li> </ul> - </object></object></object> + <!--[if !IE]>--> + </object> + <!--<![endif]--> + </object> </video> </div> <div class="endBar"> <a href="novideo.html">I can't see the video</a> | <a href="http://jnb.ociweb.com/jnb/jnbJan2010.html">Show me a text and images based explanation and tutorial instead!</a> </div> <div class="footer"> - <a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009-2013 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. + <a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009-2014 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. </div> </div> <script type="text/javascript"> |