Embed Flash -> Flash files are print normaly but not when they are embed in an other object...

Author Message

laurent le cadet

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.