diff options
Diffstat (limited to 'template/Deutsch/tv_flash.html')
-rw-r--r-- | template/Deutsch/tv_flash.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/template/Deutsch/tv_flash.html b/template/Deutsch/tv_flash.html index 49ed7c8..9022318 100644 --- a/template/Deutsch/tv_flash.html +++ b/template/Deutsch/tv_flash.html @@ -1,14 +1,16 @@ <html> - <head> - <title>Fernseher (<tmpl_var host>)</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - </head> -<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="100%" height="100%" id="remote" align="middle"> -<param name="allowScriptAccess" value="sameDomain" /> -<param name="movie" value="bilder/remote.swf" /> -<param name="quality" value="high" /> -<param name="bgcolor" value="#ffffff" /> -<embed src="bilder/remote.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="remote" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> -</object> +<head> + <title>Fernseher (<tmpl_var host>)</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head> + +<body> + <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="100%" height="100%" id="remote" align="middle"> + <param name="allowScriptAccess" value="sameDomain" /> + <param name="movie" value="bilder/remote.swf" /> + <param name="quality" value="high" /> + <param name="bgcolor" value="#ffffff" /> + <embed src="bilder/remote.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="remote" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> + </object> </body> </html> |