Detecting width and height of a Flash content object

Author Message

Knut Urdalen

Wednesday 12 December 2007 1:14:02 am

I just used a few hours debugging why a recent published Flash content object didn't show up. It turned out that it was because the width and height attributes was set to zero!

Why is that? I normally use getimagesize() (http://no.php.net/manual/en/function.getimagesize.php) to detect width and height of swf-files, and I've never seen problems with it. I didn't know where to start debugging it in the ez publish libraries so I'm asking you guys. There's some information about detecting width and height of swf-files in the PHP manual comments:
http://no.php.net/manual/en/function.getimagesize.php#55503
http://no.php.net/manual/en/function.getimagesize.php#48680
http://no.php.net/manual/en/function.getimagesize.php#44640

Setting the width and height to zero indirectly is bad, even if ez publish is not able to detect it. Editors will expect that their created content will show up. If ez publish is not able to detect the size when uploading I think it should display a warning: "eZ Publish was unable to detect the size of this media content, please define a width and height explicitly".

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 18 2025 11:42:22
Script start
Timing: Jan 18 2025 11:42:22
Module start 'layout'
Timing: Jan 18 2025 11:42:22
Module start 'content'
Timing: Jan 18 2025 11:42:23
Module end 'content'
Timing: Jan 18 2025 11:42:23
Script end

Main resources:

Total runtime0.9518 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 588.1563152.6563
Module start 'layout' 0.00660.0034 740.812539.5078
Module start 'content' 0.01000.9403 780.3203439.3359
Module end 'content' 0.95030.0015 1,219.65638.1094
Script end 0.9518  1,227.7656 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3346160.0002
Check MTime0.00130.1377160.0001
Mysql Total
Database connection0.00090.096810.0009
Mysqli_queries0.912995.9056460.0198
Looping result0.00050.0499440.0000
Template Total0.919996.620.4600
Template load0.00180.193820.0009
Template processing0.918196.453120.4590
Template load and register function0.00010.010410.0001
states
state_id_array0.00110.118710.0011
state_identifier_array0.00150.153520.0007
Override
Cache load0.00150.1592100.0002
Sytem overhead
Fetch class attribute can translate value0.00050.051510.0005
Fetch class attribute name0.00090.090820.0004
XML
Image XML parsing0.00050.048310.0005
class_abstraction
Instantiating content class attribute0.00000.000420.0000
General
dbfile0.00090.0906160.0001
String conversion0.00000.000840.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
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 7
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs