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 @@ ( ) - -