diff options
Diffstat (limited to 'template/default/tv_flash.html')
-rw-r--r-- | template/default/tv_flash.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/template/default/tv_flash.html b/template/default/tv_flash.html new file mode 100644 index 0000000..583c6d7 --- /dev/null +++ b/template/default/tv_flash.html @@ -0,0 +1,16 @@ +<html> +<head> + <title><?% msg.c_progname %?> - <?% msg.tv_headline %?> (<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> |