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.
» 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!


I just installed nice 'n ez flo on my site 

