zhxcookie Report post Posted April 30, 2008 Is there an event or function for JavaScript or php to get the status of the flash when it finish rendering? I need to do some actions after it finish rendering. If use wait(), will have some downside, such as some charts may only half way through, while others has finished. Thanks. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 6, 2010 FC_Rendered() is called when a chart finishes rendering. To fire this event. You need to set RegisterWithJS flag to on/true/1 while rendering. Share this post Link to post Share on other sites