Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do i put a flash movie in my header, please help!


motus

Recommended Posts

Posted

I want to replace the oscommerce.gif with a immage.swf macromedia flash in the header.

In advance thank you for your help :P

Posted

Find the following HTML in your header.php file in the includes directory

 

<!-- header //-->

<table border="0" width="100%" cellspacing="0" cellpadding="0" id="headertop">

<tr class="header">

<td valign="middle"><a href="#"><img src="images/Header.jpg" border="0" alt=""></a></td>

<!-- Graphic links to account/cart/checkout removed CAN BE FOUND IN BACKUP -->

<!-- <td background="../images/header"></td> -->

</tr>

</table>

 

Where the image html tag is highlighted above replace with:

 

<object type="application/x-shockwave-flash" data="xxx.swf" width="xxx" height="xxx">

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

</object>

 

Changing the xxx to the specifics of your swf file.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...