Graffe Posted February 11, 2004 Share Posted February 11, 2004 Is there an easy way to replace the header image ( /catalog/images/oscommerce.gif ) with a Flash *.swf file? Thanks in advance, Eric Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2004 Share Posted February 11, 2004 http://www.oscommerce.com/forums/index.php?showtopic=75745 The_Bear Link to comment Share on other sites More sharing options...
Graffe Posted February 12, 2004 Author Share Posted February 12, 2004 Thanks for the reply Bear. This code seems like it will work fine for uploading item images but I don't think there is a way in the admin panel to overwrite the top banner image, oscommerce.gif. They only way I have been able to do it is to make an image the same size, call it the same, and upload via FTP. Please correct me if I'm wrong. So, is there a file that I can edit that will change the HTML output so that the image call for oscommerce.gif actually calls for an swf file? Thanks again, Eric Link to comment Share on other sites More sharing options...
Guest Posted February 12, 2004 Share Posted February 12, 2004 In catalog/includes/header.php <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> The_Bear Link to comment Share on other sites More sharing options...
Graffe Posted February 12, 2004 Author Share Posted February 12, 2004 Thanks! I'll give it a go! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.