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.

eZ debug

Timing: Jan 20 2025 00:54:01
Script start
Timing: Jan 20 2025 00:54:01
Module start 'layout'
Timing: Jan 20 2025 00:54:01
Module start 'content'
Timing: Jan 20 2025 00:54:02
Module end 'content'
Timing: Jan 20 2025 00:54:02
Script end

Main resources:

Total runtime1.5121 sec
Peak memory usage4,096.0000 KB
Database Queries55

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0047 589.1563152.6250
Module start 'layout' 0.00480.0043 741.781339.4453
Module start 'content' 0.00901.5011 781.2266436.0938
Module end 'content' 1.51010.0019 1,217.320312.1563
Script end 1.5120  1,229.4766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.2215160.0002
Check MTime0.00130.0852160.0001
Mysql Total
Database connection0.00060.039510.0006
Mysqli_queries1.451595.9968550.0264
Looping result0.00060.0398530.0000
Template Total1.472597.420.7362
Template load0.00210.135920.0010
Template processing1.470497.243120.7352
Template load and register function0.00030.018510.0003
states
state_id_array0.00120.076910.0012
state_identifier_array0.00190.125520.0009
Override
Cache load0.00160.1080130.0001
Sytem overhead
Fetch class attribute can translate value0.00110.070010.0011
Fetch class attribute name0.00200.133630.0007
XML
Image XML parsing0.00010.008110.0001
class_abstraction
Instantiating content class attribute0.00000.000830.0000
General
dbfile0.00430.2819100.0004
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 5

Time used to render debug report: 0.0008 secs