Wednesday 25 August 2004 2:22:34 am
Hi, 1 - I've override the base/override/templates/embed/flash.tpl in mysite/override/templates/embed/flash.tpl. 2 - clean caches The page code show the template but without any relation with the file :
<div class="view-embed">
<div class="content-media">
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="" height="">
<param name="movie" value="/content/download/" />
<param name="quality" value="" />
<param name="play" value="" />
<param name="loop" value="" />
<embed src="/content/download/"
quality="" pluginspage=""
width="" height="" play=""
loop="" >
</embed>
</object>
</div>
</div>
As I see that's the <b>$attribute.contentobject_id</b> variable which is used for the path file but it doesn't seems to work. Any idea ? Thanks Laurent
|