This is a discussion on Embedding a Flash file (SWF) in default.php within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, Need some help with embedding a Flash file (SWF) in default.php - OSCommerce. I already read the Flash topics ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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="clsid 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'); |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| if it is only going in your default.php. put it in there, looks like your trying to add it with a language file but no defining what it is supposed to be. just put in the the table where you want it in default.php
__________________ There\'s something about fireman, day and night they are always fireman! |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| flash.swf in header only want to load once? | badadz | osCMax v2 Customization/Mods | 3 | 10-18-2005 12:09 AM |
| add flash movie as the banner | everfaithful | osCommerce 2.2 Modification Help | 2 | 08-19-2005 01:37 AM |
| MS2-MAX: flash insert - how, into which file? | glk | osCMax v1.7 Discussion | 1 | 03-11-2004 02:26 AM |
| Need Help Installing Flash Header | OyedeleG | osCommerce 2.2 Modification Help | 2 | 10-12-2003 06:15 PM |
| embeding flash in the background for LHC | starchild | osCMax v1.7 Discussion | 0 | 09-17-2003 02:32 AM |