7 Nov
2004
7 Nov
'04
9:16 p.m.
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