Flash object problem or bug ?!!

Author Message

Selmah Maxim

Saturday 26 November 2005 2:19:05 pm

Hi ..

I get nothing fom this code :

<div class="view-embed">
    <div class="content-media">

    {let attribute=$menu.data_map.file}
        <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
                width="{$attribute.content.width}" height="{$attribute.content.height}" id="objectid{$menu.id}">

        <param name="movie" value={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl} />
        <param name="quality" value="{$attribute.content.quality}" />
        <param name="play" value="{section show=$attribute.content.is_autoplay}true{/section}" />
        <param name="loop" value="{section show=$attribute.content.is_loop}true{/section}" />
        <embed src={concat("content/download/",$attribute.contentobject_id,"/",$attribute.content.contentobject_attribute_id,"/",$attribute.content.original_filename)|ezurl}
               quality="{$attribute.content.quality}" pluginspage="{$attribute.content.pluginspage}"
               width="{$attribute.content.width}" height="{$attribute.content.height}" play="{section show=$attribute.content.is_autoplay}true{/section}"
               loop="{section show=$attribute.content.is_loop}true{/section}" name="objectid{$menu.id}">
        </embed>
        </object>
    {/let}
    </div>
</div>

just all what I get :

<div class="view-embed">
    <div class="content-media">
    </div>
</div>

Is this "<object" bug /!

Selmah Maxim

Saturday 26 November 2005 8:56:17 pm

Any idea ... even if I put normal flash object ... i get nothing from code !

Selmah Maxim

Saturday 26 November 2005 10:38:03 pm

opps ... It was my firewall .. blocked !

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