[Zope] using flash as logo in plone? (Solution)
John Menke
john.menke at eagleinfosystems.com
Sun Nov 7 16:16:55 EST 2004
Solution:
1. Create Folder and upload .swf into that folder
ie sample path = /myfolder/logo
where logo is the name of file object and myfolder is the name of the folder
2. edit the global_logo template and for the url portions of the Flash tag
use this:
<h1 ...
<object ...
<param name="movie" tal:attributes="VALUE
context/myfolder/logo/absolute_url"/>
...
</object>
</h1>
the absolute_url property is what finally did it :)
thanks to all
-jm
More information about the Zope
mailing list