Results 1 to 10 of 11

Threaded View

  1. #3
    Join Date
    Mar 2010
    Location
    Green Bay, WI
    Posts
    360
    Plugin Contributions
    1

    Default Re: Flash Video Player instead of Product Image

    I think I may have found it....

    Basically what I need to do is insert the flash code into the tpl_product_info_display.php page and then concatenated the product id onto the end of the swf file. This enables you to have a unique video playing based on each product id. So my code looked like this:

    Code:
    <object type="application/x-shockwave-flash" data="includes/languages/english/ss/video<?php echo $products_id_current; ?>.swf" width="368px" height="280px">
    <param name="movie" value="includes/languages/english/ss/video<?php echo $products_id_current; ?>.swf" />
    <param name="quality" value="high"><param name="BGCOLOR" value="#000000">
    <param name="menu" value="false">
    </object>
    So the steps would be:

    1. Create a folder in the path includes/languages/english/ss/video
    2. Upload all videos in .swf format which are named the same as your Product ID (eg: id95.swf) to the folder includes/languages/english/ss/video folder you created.
    3. Copy the code listed above into the tpl_product_info_display.php file.
    4. Save the tpl_product_info_display.php you just edited it and Upload.

    The Videos should now work.

    Does this make sense.

    If it does, and once I have tested it I will create an addon for everyone to use.
    Last edited by outeredge2; 3 May 2012 at 08:39 PM.
    Forums are for helping people!! if you don't want to help people then shut up and get off the forum!

 

 

Similar Threads

  1. Replies: 5
    Last Post: 28 Apr 2012, 06:01 PM
  2. Flash Video Player for zen cart?
    By SandraSD in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 10 Apr 2010, 01:05 PM
  3. Using JW Player and FLV flash video in product description
    By keithk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Aug 2009, 05:02 PM
  4. Adding Flash Player/Video to Product Info Page
    By KADesign in forum General Questions
    Replies: 1
    Last Post: 7 Apr 2009, 05:23 AM
  5. Flash Video for Product Image
    By mikeylikesyou in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Sep 2007, 07:53 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