kenw232

Members
  • Content count

    1
  • Joined

  • Last visited

About kenw232

  • Rank
    Forum Newbie
  1. Click to activate?

    I can't seem to get rid of the click to activate for my chart. I do : [b]<script[/b] src=[b]"scripts/swfobject.js"[/b] type=[b]"text/javascript"></script> <? require_once("includes/FusionCharts/FusionCharts.php"); ?>[/b] ... [b]echo[/b] [b]renderChartHTML[/b]([i]"includes/FusionCharts/Pie2D.swf"[/i], [i]""[/i], [b]$strXML[/b], [i]"myNext"[/i], 400, 250, [b]false[/b]); Where $strXML is populated somewhere else. it works fine, I just keep getting the "click to activte". Is there something I'm missing? I'm using PHP 4.4 and Fusion Charts 3.