Guest Posted February 16, 2006 Posted February 16, 2006 I'm trying to replace the logo.gif with an swf file, but it's not working. I changed the line: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'logo2.gif', 'osCommerce') . '</a>'; ?></td> to: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'somefile.swf', 'osCommerce') . '</a>'; ?></td> Where did I go worng? Thank you very much.
WiseWombat Posted February 16, 2006 Posted February 16, 2006 I'm trying to replace the logo.gif with an swf file, but it's not working. I changed the line: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'logo2.gif', 'osCommerce') . '</a>'; ?></td> to: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'somefile.swf', 'osCommerce') . '</a>'; ?></td> Where did I go worng? Thank you very much. Try this by replacing somefile.swf with this <bgsound src="somefile.swf" loop="-1"> ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP
WiseWombat Posted February 16, 2006 Posted February 16, 2006 Try this by replacing somefile.swf with this <bgsound src="somefile.swf" loop="-1"> and if that doesnt work insert a cell and place it in there. ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.