Fusion Charts v3 Update In FileMaker 9
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Fusion Charts v3 Update In FileMaker 9 Expand / Collapse
Author
Message
Posted 2/9/2008 3:37:37 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 2/9/2008 11:39:30 AM
Posts: 1, Visits: 5
Hi,

We've been using Fusion Charts in FileMaker 9 successfully on Mac. Installing the update breaks charts in FileMaker 9 web viewer on Mac OSX 10.5. The chart doesn't render, all that is displayed is "FusionCharts." text.

The following code is at fault, removing it from the .js file fixes things and the chart displays.


getSWFHTML: function() {
var swfNode = "";
if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) {
netscape plugin architecture swfNode = '
width="'+
this.getAttribute('width') +'"
height="'+ this.getAttribute('height') +'" ';
swfNode += ' id="'+ this.getAttribute('id') +'" name="'+ this.getAttribute('id') +'" ';
var params = this.getParams();
for(var key in params){ swfNode += [key] +'="'+ params[key] +'" '; }
var pairs = this.getVariablePairs().join("&");
if (pairs.length > 0){ swfNode += 'flashvars="'+ pairs +'"'; }
swfNode += '/>';
} else { // PC IE
swfNode = '27CDB6E-AE6D-11cf-96B8-444553540000" width="'+ this.getAttribute('width') +'" height="'+ this.getAttribute('height') +'">';
swfNode += '';
var params = this.getParams();
for(var key in params) {
swfNode += '';
}
var pairs = this.getVariablePairs().join("&");
if(pairs.length > 0) {swfNode += '';}
swfNode += "
";
}
return swfNode;
},


3 Square Associates Ltd :: www.3squareassociates.com
Post #4439
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 6:00pm


Execution: 0.094.