Inspired by http://drupal.org/node/879992

Change #459:

    $file = url(
      "${mod_path}/downloaded/${am_category}.swf",
      array('absolute' => TRUE)
    );

to:

    $file = $base_url .'/'. $mod_path ."/downloaded/${am_category}.swf";

Add #192:

    global $base_url;

Sorry I can't profide patch

Comments

hanskuiters’s picture

Addition: change all the above in charts_graphs_amcharts.class.inc

hanskuiters’s picture

Issue summary: View changes

Added #192