Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Centering This .swf For All Browsers


MickeyFinn6999

Recommended Posts

Hi all,

 

I am having a few problems centering the .swf movie on my index page for all browsers. I did manage to get it to work in IE but not in Firefox, and now I am totally stuck.

 

My home page is here: Caleda

 

and the code is here:

 

<?php
/*
 $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl 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', '<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" style="margin-left:0px; margin-bottom:10px">
 <tr>
<td> 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="695" height="190">
  <param name="movie" value="images/caleda_flash.swf" />
  <param name="quality" value="high" />
  <embed src="images/caleda_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="695" height="190"></embed>
</object>	

</td>
 </tr>
</table>
With Caleda, you can not only shop securely online but you can now visit our Functional Assessment Centre & Private Showroom.
<br>
<br>
With a variety of installation examples such as a Low Level Shower Tray, Transactive Ceiling Hoist and a Doc ‘M’ Regulation Toilet, this facility can be used professionally and privately in order to ‘get to grips’ with the solutions available.
<br>
<br>
For professionals there is the opportunity to hire these facilities primarily for training and assessment purposes: bathing; lifting; handling and toileting assessment are the key elements we cater for here at Caleda, along with an operating stairlift and private bedding and seating area. We are also pleased to offer private office space with opportunity of lockable storage.
<br>
<br>
Furthermore we have available ‘The Blue Room’, a separate training & conference space which can be hired separately or in conjunction with the Assessment Centre. This has a unique touch screen program which enables you to visit each individual room in the home and explore the selection of product solutions available.
<br>
<br>
For individuals the showroom is by private appointment only. Equipment can be purchased on site at trade prices, with knowledgeable staff on hand to assist and the opportunity to set up a private account for further discounts. Please <a href="http://www.caledacare.com/contact_us.php">CONTACT US</a? for more details.
</font>.');
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');
define('TABLE_HEADING_FEATURED_PRODUCTS', 'Featured Products');
define('TABLE_HEADING_FEATURED_PRODUCTS_CATEGORY', 'Featured Products in %s');

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
 define('HEADING_TITLE', 'Let\'s See What We Have Here');
 define('TABLE_HEADING_IMAGE', '');
 define('TABLE_HEADING_MODEL', 'Model');
 define('TABLE_HEADING_PRODUCTS', 'Product Name');
 define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
 define('TABLE_HEADING_QUANTITY', 'Quantity');
 define('TABLE_HEADING_PRICE', 'Price');
 define('TABLE_HEADING_WEIGHT', 'Weight');
 define('TABLE_HEADING_BUY_NOW', 'Buy Now');
 define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
 define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
 define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
 define('TEXT_SHOW', '<b>Show:</b>');
 define('TEXT_BUY', 'Buy 1 \'');
 define('TEXT_NOW', '\' now');
 define('TEXT_ALL_CATEGORIES', 'All Categories');
 define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
 define('HEADING_TITLE', 'Welcome to Caleda');
} elseif ($category_depth == 'nested') {
 define('HEADING_TITLE', 'Categories');
}
?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...