diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-21 05:34:03 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-21 05:34:03 +0200 |
commit | fd4b514df67fe882abfa631f841ffd9148505101 (patch) | |
tree | 995f75cd1f5176aef37824acfb2392f7aa43d3e4 | |
parent | fe3343694ad3c8d75f7ef7551bb84921d95a1089 (diff) | |
download | lombok-fd4b514df67fe882abfa631f841ffd9148505101.tar.gz lombok-fd4b514df67fe882abfa631f841ffd9148505101.tar.bz2 lombok-fd4b514df67fe882abfa631f841ffd9148505101.zip |
If the video tag doesn't work, flash is tried next instead of quicktime.
-rw-r--r-- | website/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/website/index.html b/website/index.html index b07d677d..c79e1479 100644 --- a/website/index.html +++ b/website/index.html @@ -49,14 +49,14 @@ <source src="videos/lombok-iPhone.m4v" type="video/mp4" /><!--[if gt IE 6]> <object width="800" height="500" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"><! [endif]--><!--[if !IE]><!--> - <object width="800" height="480" type="video/quicktime" data="videos/lombok.mp4"><!--<![endif]--> - <param name="src" value="videos/lombok.mp4" /> - <param name="autoplay" value="false" /> - <param name="showlogo" value="false" /> - <object width="800" height="480" type="application/x-shockwave-flash" - data="videos/player.swf?image=poster.png&file=lombok.mp4" allowfullscreen="true"> - <param name="movie" value="videos/player.swf?image=poster.png&file=lombok.mp4" /> - <param name="allowfullscreen" value="true" /> + <object width="800" height="500" type="application/x-shockwave-flash" + data="videos/player.swf?image=poster.png&file=lombok.mp4" allowfullscreen="true"><!--<![endif]--> + <param name="movie" value="videos/player.swf?image=poster.png&file=lombok.mp4" /> + <param name="allowfullscreen" value="true" /> + <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" /> <h3>Video: Lombok Demo</h3> <p> <strong>No video playback capabilities detected.</strong> |