Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2006
    Location
    malaysia
    Posts
    9
    Plugin Contributions
    0

    Default getting help for swf file on header

    Hello All,

    This is my first post since i join this forum.
    I have reading for all the places & i did found the way for helping me to get the swf file for the header but unfortunately it won't show out.

    Well this is the place where i found the code for modify.
    http://www.zen-cart.com/forum/showth...o_threadsearch

    after i change but it still won't show the swf banner that i have made.
    hope there is someone who can help me on this.

    this is wat i have change.

    Code:
    if ($messageStack->size('header') > 0) {
      echo $messageStack->output('header');
    }
    ?>
        <table class="centershop" border="0" cellspacing="0" cellpadding="0">
    <?php
    if (!isset($flag_disable_header) || $flag_disable_header == false) {
    ?>
          <tr><td>
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class="headerNavigation">
              <tr>
                <td align="left" valign="top" width="35%" class="headerNavigation">
                  <a href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>&nbsp;|&nbsp;
    <?php if (isset($_SESSION['customer_id'])) { ?>
                  <a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a>&nbsp;|&nbsp;
                  <a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>
    <?php
          } else {
            if (STORE_STATUS == '0') {
    ?>
                  <a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>
    <?php } } ?>
                </td>
                <td align="center" width="30%" class="headerNavigation"><?php require(DIR_WS_MODULES . 'sideboxes/' . 'search_header.php'); ?></td>
                <td align="right" valign="top" width="35%" class="headerNavigation">
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
                  <a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>&nbsp;|&nbsp;<a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?>&raquo;</a>
    <?php }?>
                </td>
              </tr>
            </table>
            <table border="0" width="100%" cellspacing="0" cellpadding="0" class="header">
         <tr><!-- All HEADER_ definitions in the columns below are defined in includes/languages/english.php //-->
          <td valign="middle" height="<?php echo HEADER_LOGO_HEIGHT; ?>" width="<?php echo HEADER_LOGO_WIDTH; ?>"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"    
       codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
       width="980" height="100">
            <param name="movie" value="logo.swf">
            <param name="quality" value="high">
            <param name="LOOP" value="false">
            <param name="menu" value="false">
            <embed src="logo.swf"   
       width="980" height="100"   
       loop="false" quality="high"   
       pluginspage="http://www.macromedia.com/go/getflashplayer"   
       type="application/x-shockwave-flash" menu="false"> </embed>
          </object></td>
                <td align="center" valign="top">
    <?php
                  if (HEADER_SALES_TEXT != '') {
                    echo HEADER_SALES_TEXT;
                  }
                  if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
                    if ($banner->RecordCount() > 0) {
                      echo zen_display_banner('static', $banner);
                    }
                  }
    ?>
                </td>
              </tr>
            </table>
    <?php
      if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
    ?>
            <table border="0" width="100%" cellspacing="0" cellpadding="2">
              <tr class="headerError">
                <td class="headerError"><?php echo htmlspecialchars(urldecode($_GET['error_message'])); ?></td>
              </tr>
            </table>
    <?php
      }
      if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
    ?>
            <table border="0" width="100%" cellspacing="0" cellpadding="2">
              <tr class="headerInfo">
                <td class="headerInfo"><?php echo htmlspecialchars($_GET['info_message']); ?></td>
              </tr>
            </table>
    <?php
      }
    ?>
    <?php
    } else {
    ?>
        <tr><td>
    <?php
    }
    ?>
    <!--bof-optional categories tabs navigation display-->
    <?php
    if (CATEGORIES_TABS_STATUS == '1') {
      require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php');
    }
    ?>
    <!--eof-optional categories tabs navigation display-->
    
    <!--bof-header ezpage links-->
    <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
    <?php } ?>
    please help me on this.
    btw this is the link for my page please let me know if there is something i havent done yet : http://www.my-musicshop.com

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: getting help for swf file on header

    Refer to a topic in the archive, may find some more info.
    Flash Header - Alternative Method (adding)

    .
    A New Starter again

  3. #3
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: getting help for swf file on header

    Is the name of your flash movie logo.swf?
    Why am I not able to access?
    http://www.my-musicshop.com/logo.swf

    Please check if the file name is correct or it is copied to the correct path

  4. #4
    Join Date
    Jun 2006
    Location
    malaysia
    Posts
    9
    Plugin Contributions
    0

    Default Re: getting help for swf file on header

    actually it should be at here : http://www.my-musicshop.com/includes...mages/logo.swf

    is there anything i have make it wrong?

    seethrou : i follow the page but i still can't get it. Maybe i didn't did it right.

  5. #5
    Join Date
    Jun 2006
    Location
    malaysia
    Posts
    9
    Plugin Contributions
    0

    Default Re: getting help for swf file on header

    Well i finally done it. Thanks to seethrou info i get get some idea by using the Dreamweaver MX 2004 to done it in a more easier way.

    Thanks for helping

  6. #6
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: getting help for swf file on header

    In this part of the code, previously you had the path wrong..
    <object width="1000" height="100">
    <embed src="http://www.my-musicshop.com/includes/templates/sophyblue/images/logo.swf" width="1000" height="100"></embed>

    </object>

    Now its fine!

  7. #7
    Join Date
    Jun 2006
    Location
    malaysia
    Posts
    9
    Plugin Contributions
    0

    Default Re: getting help for swf file on header

    Quote Originally Posted by superprg
    In this part of the code, previously you had the path wrong..
    <object width="1000" height="100">
    <embed src="http://www.my-musicshop.com/includes/templates/sophyblue/images/logo.swf" width="1000" height="100"></embed>

    </object>

    Now its fine!
    Yep, you are right! i think i over do it Now is fine. ThankYou for helping

 

 

Similar Threads

  1. Help Aligning Swf object in header
    By enigma666666 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 May 2010, 09:18 AM
  2. Need to put a swf file for the header, instead of logo.gif
    By brodywebdesign in forum General Questions
    Replies: 1
    Last Post: 31 Mar 2008, 10:55 AM

Posting Permissions

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