Hi,
I used a orange theme for my site.
I used to edit the orange theme to display a flash content instead of logo.
So that i embed my flash content into page.tpl.php under the header tag.
When i start to run the site it displays only for home page, it didn't display the flash for any other page like node/* or user/*. When i disable the clean url's it display the flash in all pages. What could be the issue? can anyone help me to get out this hurdle?

Comments

nomonstersinme’s picture

what code did you use to add the flash?

suresh7787’s picture

Ya nomonstersinme
this is what my code, Can u gave me a solution?
this code is below the header tag.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="893" height="115" accesskey="2" tabindex="1" title="myfile">

  <param name="movie" value="xxx.swf" />

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

  <embed src="sites/default/files/xxx.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="895" height="115z	" ></embed>


nomonstersinme’s picture

hm.. well you have an error here in the height parameter.. i'd be curious to see where in the file this is.. i'm assuming its in page.tpl.php.. whats before and after it?

nomonstersinme’s picture

Category: bug » support
Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

If you still want me help please paste the code of your page.tpl.php here..