Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1
    Join Date
    Oct 2006
    Location
    New Albany Ohio
    Posts
    118
    Plugin Contributions
    2

    Default nice 'n ez flo (flash object)

    hello.

    i've submitted a contribution that helps you to easily embed flash objects in your zen cart.

    you can download it at http://www.zen-cart.com/forum/showpo...6&postcount=23

    i will also attempt to field any questions, concerns or comments about nnez flo and work with you to help make your zen cart experience better for both you and especially your customers!

    *************************************

    NNEZ FLO (Nice 'N EZ FLash Objects) module

    » This file set works together to allow you to easily embed flash [*.swf] files anywhere in your zen cart template with one simple function call.

    &#187; Compatibility: developed, tested and in production with zen cart 1.3.5, IE 6.02900.2180.xpsp.050329-1536, no known bugs. Please contact us if you discover otherwise. Handles both <script> and <noscript> Flash object embeds.

    INSTALLATION:

    1) Upload all files while preserving directory structure. /template_default/ is used as this functionality should be available for all templates and over-ridden where desired.

    2) You're done.

    *************************************
    USE:

    1) whenever you need to embed a flash file put it here:

    /includes/templates/template_default/nnez_com/flash/

    OPTIONAL: if your flash file loads xml, include it here:

    /includes/templates/template_default/nnez_com/xml/

    2) make a call to get_flashed() >> there are just 3 arguments with defaults:

    get_flashed($flashfile='jfzxbvl',$w='602',$h='158');

    // $flashfile := the name of your flash file without .swf
    // $w := width of main movie
    // $h := i bet you can guess what this is
    // edit nnez_flo_output.php::get_flashed() arg defaults to suit your needs.

    note: if you call get_flashed() without arguments, it will expect you to have 10 default
    flash files in /flash/ with the default dimensions, ie, default_[0-9].swf.
    this is also true if you name yourflash file 'jfzxbvl' (8,031,810,175 other 7 letter
    words out there; i bet you won't name it this!)

    *************************************

    EXAMPLE USE:

    1) PHP

    // 1-line, now that's nice 'n ez
    <?php echo get_flashed('my_flashfile_without_dot_swf_at_the_end','160','90'); ?>


    2) HTML (ex, EZ Pages)
    Code:
    <script type="text/javascript">embedFlash("/includes/templates/template_default/nnez_com/flash/{my_flashfile_without_dot_swf_at_the_end}","560","420","");</script>
    *************************************

    hope this helps!
    Last edited by Kim; 19 Oct 2006 at 03:00 PM.

  2. #2
    Join Date
    Oct 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: nice 'n ez flo (flash object)

    very good!
    thanks for help everybody, solve difficult about this problem
    but if using flash to make banner is very easy
    but if using flash move image product to flash, and every image correlative with url of this product
    seem, can product gallery make that?
    but i don't understand? if product gallery can make that, why we embed flash into boxes, what this flash is?
    if i embed 1 flash have image different with image product ?

    as a whole i don't princlipe of if
    help me
    thanks

  3. #3
    Join Date
    Oct 2006
    Location
    New Albany Ohio
    Posts
    118
    Plugin Contributions
    2

    Default Re: nice 'n ez flo (flash object)

    i'm not sure that i understand what you're asking. if you are asking about nnez flo, let me attempt to clarify what nnez flo does:

    1) if a customer is browsing your zen cart shop which uses flash files and have script interpreting enabled, nnez flo gets rid of the requirement that they click the flash movie to enable it

    2) if scripts are not enabled (is the case at a fortune 500 company i used to do R&D for, and many other large corporations have the same policy) it still renders the html required for a flash object embed

    3) it simplifies this process to just 1 php function call, which i had not seen available anywhere else - so i made this functionality for my own sites and freely available to anyone else who wants to use it.

    it has been submitted for download as a contribution 3 days ago.

  4. #4
    Join Date
    Sep 2006
    Posts
    37
    Plugin Contributions
    0

    Default Re: nice 'n ez flo (flash object)

    I just installed nice 'n ez flo on my site plushcosmetics.net and it works great. I'm still building my site so let me know what you think. I plan to incorporate nice 'n ez flo on more pages.

    The installation process was just as described and worked without a hitch. I plan to take a look at their other products also.

    George Garcia

  5. #5
    Join Date
    Oct 2006
    Location
    New Albany Ohio
    Posts
    118
    Plugin Contributions
    2

    Default Re: nice 'n ez flo (flash object)

    glad to know nnez flo is helping out.

    looks like you picked up a copy of the nnez super product gallery too.

    the girls look great George!

    ^.^

  6. #6
    Join Date
    Jul 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: nice 'n ez flo (flash object)

    hi

    it's nice to see your module. I want to try it. However, i did exactly what you wrote in the guide, but i still can't get the result.

    This is what exactly i did:
    • Download nnez_flo_20061013.zip
    • Extract, then copy it to my zen-cart folder. i realize that the folder flash and xml are empty.
    • I set my Feature side-box to left, and the number of displayed product is default (0).


    I don't know what should i do next in order to make it work.

    Could you help me to find out!

    regards,

    chipus

  7. #7
    Join Date
    Oct 2006
    Location
    New Albany Ohio
    Posts
    118
    Plugin Contributions
    2

    Default Re: nice 'n ez flo (flash object)

    hi chipus... let's see if we can get it figured out.

    1. what's the url where you're using it?

    2. do you have any other .js files in templates/YOUR_TEMPLATE/jscript/ or templates/template_default/jscript/ ?

    3. what version of zc are you using?
    Last edited by neunetllc.com; 23 Oct 2006 at 03:55 PM.

  8. #8
    Join Date
    Jul 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: nice 'n ez flo (flash object)

    hi

    in includes/templates/template_default/jscript/, i have
    • on_load folder
    • jscript_nnez_flash.php file


    As you have recommended, i am trying it on my computer. So there are no url yet.

    Please help me to file out.

    regards,

    chipus

  9. #9
    Join Date
    Oct 2006
    Location
    New Albany Ohio
    Posts
    118
    Plugin Contributions
    2

    Default Re: nice 'n ez flo (flash object)

    yes, it is recommended you try using it on your computer.

    ok - well helping you without a site to see is like piloting blind. you'll have to tell me more about the plane we're in.

    we'll need your phpinfo , LAMP (linux, apache, mysql, php) versions to start.

    you say "I set my Feature side-box to left, and the number of displayed product is default (0)."

    ...are you using the featured product slideshow? if you are, are you using BSD instead of Linux?

  10. #10
    Join Date
    Jul 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: nice 'n ez flo (flash object)

    Quote Originally Posted by neu net llc.com View Post
    yes, it is recommended you try using it on your computer.

    ok - well helping you without a site to see is like piloting blind. you'll have to tell me more about the plane we're in.

    we'll need your phpinfo , LAMP (linux, apache, mysql, php) versions to start.

    you say "I set my Feature side-box to left, and the number of displayed product is default (0)."

    ...are you using the featured product slideshow? if you are, are you using BSD instead of Linux?

    i am using PHP 4.4.1, Windows OS, apache 2.4.5, mysql 5.0.16.

    i am trying to use nnez for my featured product sidebox, as you present on your site.

    Regards,

    chipus.

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. flash flash banner install on Modern Zen [RI07] Template
    By firefly143 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Mar 2011, 02:25 PM
  2. Links within Flash object do not work
    By Jeffries Productions in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Dec 2009, 07:12 PM
  3. SWF object to insert flash video
    By giuly in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Nov 2009, 02:39 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