I have created a flash banner for a website www.assetricity.com but the banner will not display on all pages.
The banner only shows on pages that have a path containing none of 1 path nodes
http://www.assetricity.com/ (works)
http://www.assetricity.com/home (works)
http://www.assetricity.com/node/services (does not work)

Just inserting a plane image using CSS will cause the image to be displayed on every page of the site but I cannot insert a shockwave file with CSS.

Any suggestions on what may be causing this problem.

Here is the modification to the page.tpl.php which i have done to display the flash banner.

<div id="header">
		<?php
		    
			   	print '<object width="970" height="180" wmode=transparent>
							<param name="allowScriptAccess" value="sameDomain">
							<param name="movie" value="sites/all/themes/marinelli/img/logo/Assetricitybanner.swf"></param>
							<param name="allowFullScreen" value="false"></param>
							<embed wmode=transparent allowScriptAccess="sameDomain" src="sites/all/themes/marinelli/img/logo/Assetricitybanner.swf" type="application/x-shockwave-flash" allowfullscreen="false" width="970" height="180"></embed>
						</object>';
		    ?>

Comments

BeMathis’s picture

It seems that clean urls was somehow not agreeing with the setup. When I turned clean urls off everything works just fine.

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.