Flash loaded on homepage but not on other pages

Author Message

Chris Lan

Monday 02 January 2006 11:54:03 pm

Hello,

I included a flash movie following the instruction in the doc. I include this code in the pagelayout.

<object classid="clsid:D27CTR6E-AE8D-11cf-96B8-444577740000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="160">
  <param name="movie" value="design/mysite/images/main_photo.swf">
  <param name="quality" value="high">
  <embed src="design/mysite/images/main_photo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="160"></embed></object>

The movie load inside the homepage but when I change of page it does not loaded and look for it forever. Any clue on what it could be?

Thanks,
Chris

john polo

Tuesday 03 January 2006 12:30:05 am

I figured this out by try / error and i believe this is the esaiest way to put flash on your site.

First of all put your main_photo.swf into images folder of your design then use the following code. It works for me for both firefox and IE.

<object classid="clsid:D27CTR6E-AE8D-11cf-96B8-444577740000" codebase="http://download.macromedia.com/pu...h/swflash.cab#version=6,0,29,0" width="800" height="160">


 <param name="movie" value={"main_photo.swf" |ezimage }>


 <param name="quality" value="high">


 <embed src={"main_photo.swf" |ezimage } quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="160"></embed></object>

Chris Lan

Tuesday 03 January 2006 4:03:41 am

Thank you so much John. It's working just great!
Chris

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 15:53:34
Script start
Timing: Jan 18 2025 15:53:34
Module start 'layout'
Timing: Jan 18 2025 15:53:34
Module start 'content'
Timing: Jan 18 2025 15:53:34
Module end 'content'
Timing: Jan 18 2025 15:53:34
Script end

Main resources:

Total runtime0.0230 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0072 589.4844152.6406
Module start 'layout' 0.00720.0029 742.125039.4922
Module start 'content' 0.01010.0103 781.617289.4922
Module end 'content' 0.02050.0025 871.109434.3047
Script end 0.0229  905.4141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002711.6962140.0002
Check MTime0.00125.0883140.0001
Mysql Total
Database connection0.00208.742010.0020
Mysqli_queries0.00229.643030.0007
Looping result0.00000.065410.0000
Template Total0.00208.710.0020
Template load0.00114.723910.0011
Template processing0.00093.909110.0009
Override
Cache load0.00073.113010.0007
General
dbfile0.004519.653580.0006
String conversion0.00000.038440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0002 secs