loops/browser/flash/flash.pt
helmutm a5f58feafa set background to opaque
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1580 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-02-07 16:13:26 +00:00

40 lines
1.6 KiB
XML

<html tal:define="dummy view/setHeaders;
hostURL view/loopsUrl;
movie context/++resource++loops.swf">
<head>
<title>loops</title>
<link rel="icon" type="image/png"
tal:attributes="href context/++resource++favicon.png" />
</head>
<body bgcolor="#E2E3DE" leftmargin="0" topmargin="0" rightmargin="0"
bottommargin="0" marginwidth="0" marginheight="0"
style="background-image:url(bg_grey.gif);"
tal:attributes="style string:background-image:url(${context/++resource++bg_grey.gif})">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="960" height="680" id="loops" align="">
<param name=movie value="loops.swf?hostURL=http://z3.loops.cy55.de/loopsdms/cq/"
tal:attributes="value string:$movie?hostURL=$hostURL/">
<param name=quality value=high>
<param name="wmode" value="opaque">
<embed src="loops.swf?hostURL=http://z3.loops.cy55.de/loopsdms/cq/"
tal:attributes="src string:$movie?hostURL=$hostURL/"
quality=high
width="960" height="680" name="scorm" align=""
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
</td>
</tr>
</table>
</body>
</html>