Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11

    Default Re: adobe flash required message

    Wow, this is really lame. I've tried the suggestions listed on this page, and noting is working. It simply wont load an alternate image if flash is not installed. I've tried the <noscript> function, but nothing is working. I'm thinking about taking the flash out of the site entirely. I'm not about to loose customers just because they don't have flash installed. @#*@!! It took me 2 weeks to finish that header!

  2. #12

    Default Re: adobe flash required message

    Okay, I found a site that is working exactly how I want it to. If a user doesn't have flash, a little popup appears from adobe asking them to install flash.

    http://www.moock.org/webdesign/flash...fpi/movie.html

    BUT IT'S FOR HTML!!! DOH! There aren't any php instructions.

  3. #13

    Default Re: adobe flash required message

    WOOHOO! FIXED IT!

    Used this code:

    <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" width="800" height="185" alt="header" title="header"/></object>

    Now I just have to include an image map for the .jpg header
    I've done that before though.

  4. #14

    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!

  5. #15
    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.

 

 
Page 2 of 2 FirstFirst 12

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