smg6511 Report post Posted June 29, 2009 Good afternoon, I'm setting up some php code to choose between a static (col, line, area, etc.) and a scroll (col, line, area, etc.) type chart based on the number of results returned. I noticed just one naming inconsistency with FC3: The static line type is simply "line.swf" whereas the scroll type is "ScrollLine2D.swf" (all other static chart types are appended with either 2D or 3D). Is it possible to simply rename the static line chart to "line2D.swf" or will that interfere with the action script? Thanks for your input! Share this post Link to post Share on other sites
Guest Rajroop Report post Posted June 29, 2009 Hello , Yes. The name of the SWF file can be changed to your desired choice of name. There would be no error at all on the event of the name of the .swf file being changed, except if your are using a class file(php/asp). I hope this is of help. Share this post Link to post Share on other sites
smg6511 Report post Posted July 2, 2009 Thanks, that is certainly helpful to know Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 2, 2009 You are most welcome. Share this post Link to post Share on other sites