﻿<?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 / Suggestions &amp; Requests  / Javascript Print via ExternalInterface / 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>Thu, 20 Nov 2008 12:27:30 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Javascript Print via ExternalInterface</title><link>http://www.fusioncharts.com/forum/Topic1510-7-1.aspx</link><description>Currently, we do not have this option. However, we'll add it in our next version.</description><pubDate>Wed, 29 Aug 2007 13:35:09 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Javascript Print via ExternalInterface</title><link>http://www.fusioncharts.com/forum/Topic1510-7-1.aspx</link><description>Great suggestion!. I really miss the ability to print by scripting.&lt;/P&gt;&lt;P&gt;/Hans </description><pubDate>Mon, 27 Aug 2007 12:00:41 GMT</pubDate><dc:creator>MrFast</dc:creator></item><item><title>Javascript Print via ExternalInterface</title><link>http://www.fusioncharts.com/forum/Topic1510-7-1.aspx</link><description>Is it possible to surface the printChart function of the Chart class to Javascript via the ExternalInterface? This would allow us to present an alternative interface to print from (link, button...) outside of the chart.&lt;br&gt;&lt;br&gt;It's not very intuitive to ask the user to right-click and then select print, to print a chart. And as you have noted in several posts - you aren't responsible for browser printing (which isn't reliable across browsers).&lt;br&gt;&lt;br&gt;You should only need to add this line to the Chart constructor:&lt;br&gt;[code]&lt;br&gt;/**&lt;br&gt;* expose printChart function to Javascript&lt;br&gt;*/&lt;br&gt;flash.external.ExternalInterface.addCallback("PrintChart", this, printChart);&lt;br&gt;[/code]&lt;br&gt;Thanks,&lt;br&gt;:)&lt;br&gt;Steven</description><pubDate>Wed, 04 Jul 2007 04:57:04 GMT</pubDate><dc:creator>Steven Pena</dc:creator></item></channel></rss>