set background to opaque

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1580 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-02-07 16:13:26 +00:00
parent 13087cd9cd
commit a5f58feafa
3 changed files with 6 additions and 2 deletions

View file

@ -12,7 +12,7 @@
for="loops.interfaces.ILoopsObject"
class="loops.browser.flash.flash.FlashView"
template="flash.pt"
permission="zope.View"
permission="zope.ManageContent"
/>
<resource name="loops.swf" file="loops.swf" />

View file

@ -22,7 +22,7 @@
<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">
<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

View file

@ -18,6 +18,10 @@
permission="loops.xmlrpc.ManageConcepts"
role="loops.xmlrpc.ConceptManager" />
<!--<zope:grant
permission="loops.xmlrpc.ManageConcepts"
role="zope.ContentManager" />-->
<view
name="xrf"
for="loops.interfaces.ILoops"