Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

abstravel

Archived
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    Douglas

abstravel's Achievements

  1. Hi, I've installed the flash carousel, I get no errors, but I only get a white box? I've been going at it for over 8 hours trying to figure out the problem on my side (it works perfectly on others sites) so the error is on my side.) I've set the kampanya folder to 777 (folder only, not the contents). I uploaded all files in Ascii mode. I already configured the sql, I configured the admin/configuration/flash carousel and admin/catalog/flash carousel Please help.... Regards, Douglas ========================================================= Below is a copy of my source code for the catalog/index.php <td><!-- flash_carousel_products //--> <style type="text/css" media="screen"> body { margin:0; text-align:center; } div#flash_carousel_container { text-align:center; } object#flash_carousel { display:block; margin:0 auto; } </style> <script type="text/javascript" src="kampanya/swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; params.menu = "false"; params.wmode = "transparent"; params.bgcolor = "#ffffff"; params.devicefont = "true"; var attributes = {}; attributes.id = "flash_carousel"; attributes.align = "middle"; swfobject.embedSWF("http://financeportal.com/catalog/kampanya/style_3/small/kampanya.swf", "flash_carousel", "400", "180", "9.0.0", "expressInstall.swf", flashvars, params, attributes); </script> <div id="flash_carousel_container"> <div id="flash_carousel"> <a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> </a> </div> </div> <!-- flash_carousel_products_eof //--></td> And below is my catalog/kampanya/kampanya.xml source <?xml version="1.0" encoding="iso-8859-1"?> <products> <product image="kampanya_dvd_a_bugs_life.gif" Productname="A Bugs Life" Price="$35.99" url="http://financeportal.com/catalog/product_info.php?products_id=8" /> <product image="kampanya_dvd_die_hard_3.gif" Productname="Die Hard With A Vengeance" Price="$39.99" url="http://financeportal.com/catalog/product_info.php?products_id=12" /> <product image="kampanya_dvd_blade_runner.gif" Productname="Blade Runner Directors Cut" Price="$30.00" url="http://financeportal.com/catalog/product_info.php?products_id=5" /> <product image="kampanya_dvd_lethal_weapon.gif" Productname="Lethal Weapon" Price="$34.99" url="http://financeportal.com/catalog/product_info.php?products_id=13" /> <product image="kampanya_dvd_beloved.gif" Productname="Beloved" Price="$54.99" url="http://financeportal.com/catalog/product_info.php?products_id=20" /> <product image="kampanya_hewlett_packard_lj1100xi.gif" Productname="Hewlett Packard LaserJet 1100X.." Price="$499.99" url="http://financeportal.com/catalog/product_info.php?products_id=27" /> <product image="kampanya_gt_interactive_disciples.gif" Productname="Disciples: Sacred Lands" Price="$90.00" url="http://financeportal.com/catalog/product_info.php?products_id=24" /> <product image="kampanya_dvd_fire_down_below.gif" Productname="Fire Down Below" Price="$29.99" url="http://financeportal.com/catalog/product_info.php?products_id=11" /> </products>
×
×
  • Create New...