Results 1 to 10 of 15

Hybrid View

  1. #1

    Default Re: adobe flash required message

    Just a follow up for anybody needing this info:

    I basically wanted to have a flash header, but for those people who did not have flash, I wanted a .jpg version of the header to show up. It wouldn't be as functional, but it's still better than nothing. I also needed to use an image map with the .jpg to make everything clickable. Here's how I did it. Make sure you are using overides on the tpl_header.php file!!!

    <script type="text/javascript" src="includes/templates/canemasters/jscript/swfobject.js"></script>
    <object type="application/x-shockwave-flash" data="includes/templates/canemasters/images/flash/header.swf" width="800" height="185">
    <param name="movie" value="includes/templates/canemasters/images/flash/header.swf" />
    <img src="includes/templates/canemasters/images/header.jpg" border="0" width="800" height="185" ISMAP USEMAP="#headermap"/></object>


    <map id ="headermap"
    name="headermap">
    <area shape="poly" coords="48,6,39,31,122,31,131,6" href="index.php" title="" />
    <area shape="poly" coords="138,6,129,31,213,31,222,5,138,5" href="index.php?main_page=page&id=3&chapter=0" title="" />
    <area shape="poly" coords="228,5,312,5,302,33,218,33" href="index.php?main_page=page&id=4&chapter=0" title="" />
    <area shape="poly" coords="318,5,402,5,392,32,308,32" href="index.php?main_page=page&id=20&chapter=0" title="" />
    <area shape="poly" coords="407,5,493,5,482,32,398,32" href="index.php?main_page=page&id=7&chapter=0" title="" />
    <area shape="poly" coords="497,6,581,6,571,32,488,32" href="index.php?main_page=page&id=13&chapter=0" title="" />
    <area shape="poly" coords="587,5,673,5,662,33,578,33" href="index.php?main_page=contact_us" title="" />
    <area shape="poly" coords="679,6,761,6,751,32,668,32" href="index.php?main_page=login&zenid=e1cdb7491df4***193c7f9c6f3fcbd" title="" />
    </map>


    Should help anybody wanting to do the same thing.

    Good luck!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: adobe flash required message

    It's good to see this laid out in full - thanks for posting.

    One comment: you should not have a zenid hardcoded in the login link.

 

 

Similar Threads

  1. Gift certificate decimal separator and required message field
    By jolion in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 19 Jul 2010, 09:49 PM
  2. How do you use adobe flash with the zen cart?
    By cybervisoin designs in forum General Questions
    Replies: 2
    Last Post: 21 Feb 2010, 08:15 PM
  3. Error Message even when all required fields are filled
    By hsartcorp in forum Managing Customers and Orders
    Replies: 3
    Last Post: 8 Aug 2009, 09:07 PM
  4. detecting Adobe Acrobat
    By afo in forum General Questions
    Replies: 4
    Last Post: 12 Aug 2008, 08:02 PM
  5. Flash load fail message
    By lancaster in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Sep 2007, 04:59 PM

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