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:
parent
13087cd9cd
commit
a5f58feafa
3 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
for="loops.interfaces.ILoopsObject"
|
for="loops.interfaces.ILoopsObject"
|
||||||
class="loops.browser.flash.flash.FlashView"
|
class="loops.browser.flash.flash.FlashView"
|
||||||
template="flash.pt"
|
template="flash.pt"
|
||||||
permission="zope.View"
|
permission="zope.ManageContent"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<resource name="loops.swf" file="loops.swf" />
|
<resource name="loops.swf" file="loops.swf" />
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<param name=movie value="loops.swf?hostURL=http://z3.loops.cy55.de/loopsdms/cq/"
|
<param name=movie value="loops.swf?hostURL=http://z3.loops.cy55.de/loopsdms/cq/"
|
||||||
tal:attributes="value string:$movie?hostURL=$hostURL/">
|
tal:attributes="value string:$movie?hostURL=$hostURL/">
|
||||||
<param name=quality value=high>
|
<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/"
|
<embed src="loops.swf?hostURL=http://z3.loops.cy55.de/loopsdms/cq/"
|
||||||
tal:attributes="src string:$movie?hostURL=$hostURL/"
|
tal:attributes="src string:$movie?hostURL=$hostURL/"
|
||||||
quality=high
|
quality=high
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
permission="loops.xmlrpc.ManageConcepts"
|
permission="loops.xmlrpc.ManageConcepts"
|
||||||
role="loops.xmlrpc.ConceptManager" />
|
role="loops.xmlrpc.ConceptManager" />
|
||||||
|
|
||||||
|
<!--<zope:grant
|
||||||
|
permission="loops.xmlrpc.ManageConcepts"
|
||||||
|
role="zope.ContentManager" />-->
|
||||||
|
|
||||||
<view
|
<view
|
||||||
name="xrf"
|
name="xrf"
|
||||||
for="loops.interfaces.ILoops"
|
for="loops.interfaces.ILoops"
|
||||||
|
|
Loading…
Add table
Reference in a new issue