FusionCharts Forum: Black box in FF3.6 sidebar - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Black box in FF3.6 sidebar

#1 User is offline   tdg 

  • Forum Newbie
  • Group: Members
  • Posts: 5
  • Joined: 01-February 10

Posted 01 February 2010 - 08:28 AM

Hello



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.
0

Other Replies To This Topic

#2 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 02 February 2010 - 12:17 AM

Hello,

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

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#3 User is offline   tdg 

  • Forum Newbie
  • Group: Members
  • Posts: 5
  • Joined: 01-February 10

Posted 02 February 2010 - 04:58 AM

I've tried this but it did not help. Now I see white box that became black if i scroll it in the sidebar. :D



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.
0

Other Replies To This Topic

#4 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 04 February 2010 - 12:26 AM

Hello,

Did you try rendering the charts in the opaque mode?

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#5 User is offline   tdg 

  • Forum Newbie
  • Group: Members
  • Posts: 5
  • Joined: 01-February 10

Posted 04 February 2010 - 05:26 AM

Quote

Madhumita (2/4/2010)
Hello,

Did you try rendering the charts in the opaque mode?




Yes, I've tried it. It doesn't help too
0

Other Replies To This Topic

#6 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 04 February 2010 - 05:50 AM

Hello,

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 .

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#7 User is offline   tdg 

  • Forum Newbie
  • Group: Members
  • Posts: 5
  • Joined: 01-February 10

Posted 04 February 2010 - 06:48 AM

The minimal example is attached.

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)


0

Other Replies To This Topic

#8 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 04 February 2010 - 07:33 AM

Hello,

Thanks a lot for providing the codes.

We will test them and get back to you as soon as we can.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#9 User is offline   cmartinez 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 24-February 10

Posted 24 February 2010 - 01:22 PM

I am having the same problem with using FusionCharts in the Sidebar of Firefox 3.6.  It appears that Flash in general does not work in the Sidebar of Firefox 3.6.  Has any solution or workaround been found for this issue?
0

Other Replies To This Topic

#10 User is offline   shamasis 

  • Red Flavoured
  • Group: Administrators
  • Posts: 179
  • Joined: 27-October 08
  • LocationKolkata, India

Posted 02 March 2010 - 12:07 AM

Greetings,



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. :D
0

Other Replies To This Topic

#11 User is offline   tdg 

  • Forum Newbie
  • Group: Members
  • Posts: 5
  • Joined: 01-February 10

Posted 02 March 2010 - 06:45 AM

Quote

shamasis (3/2/2010)
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

shamasis (3/2/2010)
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 :D
0

Other Replies To This Topic

#12 User is offline   shamasis 

  • Red Flavoured
  • Group: Administrators
  • Posts: 179
  • Joined: 27-October 08
  • LocationKolkata, India

Posted 03 March 2010 - 05:52 AM

Thanks!



Will update you as soon as I get a chance to peek into these. :D
0

Other Replies To This Topic

#13 User is offline   sureshp 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 15-March 10

Posted 22 March 2010 - 02:39 AM

Hi,



Any updates on fusion charts being not rendered in sidebar.



Thanks

Suri
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic