osCmax v2.5 User Manual
Results 1 to 2 of 2

Embedding a Flash file (SWF) in default.php

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 ...

      
  1. #1
    Lurker
    Join Date
    Aug 2003
    Posts
    1
    Rep Power
    0


    Default Embedding a Flash file (SWF) in default.php

    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');


  2. #2
    Member
    Join Date
    Nov 2002
    Location
    Pennsylvania
    Posts
    93
    Rep Power
    0


    Default

    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!

Similar Threads

  1. flash.swf in header only want to load once?
    By badadz in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 10-17-2005, 11:09 PM
  2. add flash movie as the banner
    By everfaithful in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 08-19-2005, 12:37 AM
  3. MS2-MAX: flash insert - how, into which file?
    By glk in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-11-2004, 01:26 AM
  4. Need Help Installing Flash Header
    By OyedeleG in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 10-12-2003, 05:15 PM
  5. embeding flash in the background for LHC
    By starchild in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 09-17-2003, 01:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •