added package for Flash user interface
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1559 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
ad123a2478
commit
7cfd866670
2 changed files with 5 additions and 3 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
<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"
|
||||
|
@ -17,11 +19,11 @@
|
|||
<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/"
|
||||
<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="transparent">
|
||||
<embed src="loops.swf?hostURL=http://z3.loops.cy55.de/loopsdms/"
|
||||
<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=""
|
||||
|
|
|
@ -44,7 +44,7 @@ class FlashView(object):
|
|||
def loopsRoot(self):
|
||||
return self.context.getLoopsRoot()
|
||||
|
||||
#@Lazy
|
||||
@Lazy
|
||||
def loopsUrl(self):
|
||||
return absoluteURL(self.loopsRoot, self.request)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue