Black box in FF3.6 sidebar
#1
Posted 01 February 2010 - 08:28 AM
I am developing FireFox extension that need to show charts in the sidebar. I tried to use FusionCharts Free for that, but it shows only black box instead of charts.
This happens only with FireFox 3.6 (previous versions works just well).
Simple flash movies are played in the sidebar without any problems. Even YouTube video works in the sidebar!
So, I think the problem somewhere in the Chart swf files. I tried FCF_Pie3D.swf and FCF_Pie2D.swf.
Could you advice me on workaround this problem?
P.S I've just tried an evolution version of FusionCharts v3 and it shows the same black box.
Other Replies To This Topic
#2
Posted 02 February 2010 - 12:17 AM
Could you please once try setting the z-index of the charts and see if this helps?
Flash movies are rendered in window mode by default.
In the HTML code that embeds the chart, set myChart.setTransparent(true) as under:
<div id="chartdiv" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div>
<script type="text/javascript">
var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0");
myChart.setDataURL("Data.xml");
myChart.setTransparent(true);
myChart.render("chartdiv");
</script>
</div>
This will render the chart in transparent mode.
ref. - http://www.fusioncharts.com/docs/Contents/AttDesc/Background.html
Other Replies To This Topic
#3
Posted 02 February 2010 - 04:58 AM
I think that problem inside the flash file. I tried to manually embed the FCF_Pie3D.swf - it works in FF but not in the sidebar.
Other Replies To This Topic
#4
Posted 04 February 2010 - 12:26 AM
Did you try rendering the charts in the opaque mode?
Other Replies To This Topic
#5
Posted 04 February 2010 - 05:26 AM
Quote
Hello,
Did you try rendering the charts in the opaque mode?
Yes, I've tried it. It doesn't help too
Other Replies To This Topic
#6
Posted 04 February 2010 - 05:50 AM
Could you please provide us with code snippets showing how you are embedding the chart SWFs?
You can also mail us the codes at support@fusioncharts.com .
Other Replies To This Topic
#7
Posted 04 February 2010 - 06:48 AM
To view it:
1. Make sure you a using FireFox 3.6
2. Unzip whole archive into extensons folder under Mozilla FireFox folder.
3. Restart the FireFox
4. Go to tools->Charts and see a white/black box in the sidebar.
You can navigate to "chrome://chartsinsidebar/content/en-US/data.html"
url and see, that the same chart is working on the regular browser.
Attached File(s)
-
chartsinsidebar@tdg.zip (24.49K)
Number of downloads: 27
Other Replies To This Topic
#8
Posted 04 February 2010 - 07:33 AM
Thanks a lot for providing the codes.
We will test them and get back to you as soon as we can.
Other Replies To This Topic
#9
Posted 24 February 2010 - 01:22 PM
Other Replies To This Topic
#10
Posted 02 March 2010 - 12:07 AM
FireFox still has issues with SWFs loading in sidebar. For example, the Google Talk Gadget does not work in sidebar (ref http://www.google.co...34a48d31d&hl=en ).
However, Bookmarkes loaded in sidebar works fine, even with SWFs! This, IMHO, is the issue with certain flash movies that needs elevated security access. (I may even be wrong here!)
What I can do is, in time, create a test FireFox addon with just FusionCharts in it and test.
Other Replies To This Topic
#11
Posted 02 March 2010 - 06:45 AM
Quote
Greetings,
This, IMHO, is the issue with certain flash movies that needs elevated security access. (I may even be wrong here!)
I think you are rigth there. I tried to create sidebar plugins with some flash: most of them are work just well in the sidebar.
I am able to play youtube movies in sidebar!
But FusionCharts shows a black box.
Quote
What I can do is, in time, create a test FireFox addon with just FusionCharts in it and test.
The test FireFox addon with just FusionCharts is attached to my prev post
Other Replies To This Topic
#12
Posted 03 March 2010 - 05:52 AM
Will update you as soon as I get a chance to peek into these.
Other Replies To This Topic
#13
Posted 22 March 2010 - 02:39 AM
Any updates on fusion charts being not rendered in sidebar.
Thanks
Suri

Back to top
MultiQuote