Hi,
Need some help with embedding a Flash file (SWF) in default.php - OSCommerce. I already read the Flash topics on this forum however...I didn't find the solution how to embed a flash file inside my default.php! Does anyone have any tips on what to add and where to add it?
Thanks Carl!
<?php
/*
$Id: default.php,v 1.20 2003/02/14 12:51:58 dgw_ Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
define('TEXT_MAIN', '
You can look around and test anything. All your selected products will take over, when you go log-in and checkout. If you are not go to log-in, the content of your shoppingcart is lose, when you leave this website.
If you have questions or can\'t find a product, please use our <a href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '">' . BOX_INFORMATION_CONTACT . '-form</a>.
');
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="Film1" width="510" height="150">
<param name="movie" value="Film1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="Film1" src="Film1.swf" quality="high" bgcolor="#FFFFFF"
width="510" height="150"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
define('TABLE_HEADING_NEW_PRODUCTS', 'New&products&for&%s');
![]()





LinkBack URL
About LinkBacks






Bookmarks