From 40a138849dff69c16ba06eec27ef12d42c8c3122 Mon Sep 17 00:00:00 2001 From: erlehmann Date: Fri, 7 Mar 2008 00:47:44 +0000 Subject: [PATCH] removed cortado playback method (temporarily) for easier refactoring of code git-svn-id: http://yolanda.mister-muffin.de/svn@243 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/xsl/xhtml/video.xsl | 172 +++++--------------------------------- 1 file changed, 23 insertions(+), 149 deletions(-) diff --git a/trunk/xsl/xhtml/video.xsl b/trunk/xsl/xhtml/video.xsl index 2ad8b56..542e7ea 100644 --- a/trunk/xsl/xhtml/video.xsl +++ b/trunk/xsl/xhtml/video.xsl @@ -53,40 +53,19 @@ var _thumbnail = document.getElementById('thumbnail'); _container.removeChild(_thumbnail); - if (navigator.mimeTypes - && navigator.mimeTypes["application/ogg"] - && navigator.mimeTypes["application/ogg"].enabledPlugin) - { - _film = document.createElement('object'); - _film.type = "application/ogg"; - ]]> + _film = document.createElement('object'); + _film.type = "application/ogg"; + ]]> > @@ -99,87 +78,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- -
-
+ + + + + + + + + + +
+ + +
@@ -217,44 +129,6 @@ ( ) - -