﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts v3 / Bug Reports  / "Object doesn't support this property or method" while trying to use setDataUrl in IE6 / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Tue, 02 Dec 2008 07:10:17 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: "Object doesn't support this property or method" while trying to use setDataUrl in IE6</title><link>http://www.fusioncharts.com/forum/Topic699-6-1.aspx</link><description>hi , &lt;br&gt;This code works  well in our Lab's IE 6.&lt;br&gt;But we would recommend to use the cache control in meta tag :&lt;br&gt;&lt;br&gt;&lt; META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" &gt;&lt;br&gt;&lt; META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" &gt; &lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 21 Feb 2008 07:10:14 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>RE: "Object doesn't support this property or method" while trying to use setDataUrl in IE6</title><link>http://www.fusioncharts.com/forum/Topic699-6-1.aspx</link><description>Hi,&lt;P&gt;      my chart is working in Firefox ,IE 7,opera its not working only on &lt;STRONG&gt;IE 6&lt;/STRONG&gt; here with i have attached the source code&lt;/P&gt;&lt;P&gt;               &lt;STRONG&gt; " &amp;lt;Cache-Control: cache, must-revalidate Pragma: public OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8- 444553540000\"" +"codebase=\"&lt;/STRONG&gt;&lt;A href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"&gt;&lt;STRONG&gt;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;"" +&lt;BR&gt;                " WIDTH=\"400\" HEIGHT=\"300\" id=\"opportunityBySalesStage\" ALIGN=\"\"&amp;gt;" +&lt;BR&gt;                " &amp;lt;PARAM NAME=movie VALUE=\"../charts/StackedBar3D.swf\"&amp;gt;" +&lt;BR&gt;                " &amp;lt;PARAM NAME=\"FlashVars\" VALUE=\"&amp;amp;chartWidth=100&amp;amp;chartHeight=100&amp;amp;dataXML=" +&lt;BR&gt;                pipeLineChart + "\"&amp;gt;" + " &amp;lt;PARAM NAME=quality VALUE=high&amp;gt;" +&lt;BR&gt;                " &amp;lt;PARAM NAME=bgcolor VALUE=#FFFFFF&amp;gt;" +&lt;BR&gt;                " &amp;lt;EMBED src=\"../charts/StackedBar3D.swf\" FlashVars=\"&amp;amp;chartWidth=100&amp;amp;chartHeight=100&amp;amp;dataXML=" +&lt;BR&gt;                pipeLineChart +&lt;BR&gt;                "\" quality=high bgcolor=#FFFFFF WIDTH=\"400\" HEIGHT=\"300\" NAME=\"opportunityBySalesStage\"                 ALIGN=\"\" TYPE=\"application/x-shockwave-flash\"" +&lt;BR&gt;                " PLUGINSPAGE=\"&lt;/STRONG&gt;&lt;A href='http://www.macromedia.com/go/getflashplayer/"&gt;&lt;/EMBED'&gt;&lt;STRONG&gt;http://www.macromedia.com/go/getflashplayer\"&amp;gt;&amp;lt;/EMBED&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;&amp;gt;" +&lt;BR&gt;                " &amp;lt;/OBJECT&amp;gt;";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;please help me in this regards.&lt;/STRONG&gt;</description><pubDate>Thu, 22 Nov 2007 03:10:14 GMT</pubDate><dc:creator>sebasmtech@gmail.com</dc:creator></item><item><title>RE: "Object doesn't support this property or method" while trying to use setDataUrl in IE6</title><link>http://www.fusioncharts.com/forum/Topic699-6-1.aspx</link><description>Ok now the problem is solved. Sorry if this was in the wrong category. I had flash7 installed. :blush:</description><pubDate>Tue, 10 Apr 2007 09:59:14 GMT</pubDate><dc:creator>kristian</dc:creator></item><item><title>RE: "Object doesn't support this property or method" while trying to use setDataUrl in IE6</title><link>http://www.fusioncharts.com/forum/Topic699-6-1.aspx</link><description>Number 4 helped. The graph is not loaded and rendered in IE6, but works in firefox2.0. So the problem is earlier in the process, in fact in the init of the graph. I noticed that the innerHTML returned from getSWFHTML() has a OBJECT-tag where the attribute-values are not surrounded with quotation-marks. Could this cause problems? I'm uncertain how the colon works for unquoted attribute-values in the classid attribute.</description><pubDate>Tue, 10 Apr 2007 08:53:06 GMT</pubDate><dc:creator>kristian</dc:creator></item><item><title>RE: "Object doesn't support this property or method" while trying to use setDataUrl in IE6</title><link>http://www.fusioncharts.com/forum/Topic699-6-1.aspx</link><description>If you're getting an error that setDataURL/setDataXML is not a function of the chart object, please make sure of the following:&lt;/P&gt;&lt;P&gt;1. Please make sure that you're using FusionCharts v3 charts, as the JavaScript API was introduced in this version. To check whether you're using v3, just match your SWF name with the names listed at &lt;A href="http://www.fusioncharts.com/Docs/Contents/ChartList.html"&gt;http://www.fusioncharts.com/Docs/Contents/ChartList.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Please ensure that you've set registerWithJS flag to 1. For more information on how to do this, please see &lt;A href="http://www.fusioncharts.com/Docs/Contents/JS_Overview.html"&gt;http://www.fusioncharts.com/Docs/Contents/JS_Overview.html&lt;/A&gt;. Basically, you need to set the last parameter in the following code to 1:&lt;BR&gt;var chart1 = new FusionCharts("FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1"); &lt;/P&gt;&lt;P&gt;3. Please make sure that you're not placing the chart inside a FORM element. When the chart is inside a FORM element, the browser cannot access the chart using DOM.&lt;/P&gt;&lt;P&gt;4. Please make sure that you're not calling the setDataURL/setDataXML method before the chart has loaded and rendered. You need to use FC_Rendered function of chart to track the loading of chart as explained at &lt;A href="http://www.fusioncharts.com/Docs/Contents/JS_Overview.html"&gt;http://www.fusioncharts.com/Docs/Contents/JS_Overview.html&lt;/A&gt;. The page's body onLoad event would NOT work, as the chart starts loading after the body has finished loading.&lt;/P&gt;&lt;P&gt;5. Please make sure that you're NOT running the chart from local file system (C:\ , D:\). Instead, run the chart from behind a server (localhost - IIS, Apache etc.). This is because the Flash Player security settings do not allow Chart to JavaScript interaction, unless otherwise specifically set.</description><pubDate>Thu, 05 Apr 2007 03:06:59 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>"Object doesn't support this property or method" while trying to use setDataUrl in IE6</title><link>http://www.fusioncharts.com/forum/Topic699-6-1.aspx</link><description>This is how i call it&lt;br&gt;chart.setDataURL(graphUrl);&lt;br&gt;&lt;br&gt;The chart-object is fetched with the getChartFromId-function, and the object is found properly. This works fine in FireFox 2.0, and internet Explorer 7.0, but in internet Explorer 6.0 i get "Object doesn't support this property or method".&lt;br&gt;&lt;br&gt;Is this a known bug?&lt;br&gt;&lt;br&gt;[edit] It's the second time calling that fails, the init-call works like a charm. I'm trying to load another graph with the setDataUrl-method.</description><pubDate>Thu, 29 Mar 2007 09:42:42 GMT</pubDate><dc:creator>kristian</dc:creator></item></channel></rss>