andyengle

Members
  • Content count

    1
  • Joined

  • Last visited

About andyengle

  • Rank
    Forum Newbie
  1. Fusion Charts Without Flash

    Hi all, I am very new to Fusion Charts (1 or 2 days new, maybe) and I'm trying to generate some charts for use within an iOS application. I'd like to render the charts on the client side, not so much on the server side, and I'm wondering if it's possible to do this without having to copy a big fat .swf file to my project, especially if it's never going to be used on the device since iOS doesn't support Flash. It seems the FusionCharts constructor loads a .swf as the first parameter (that is, the Javascript FusionCharts constructor). What I'd like to do is skip the whole concept of using Flash altogether, since this is for iOS only. It seems this should be possible. Any ideas? Thanks, Andy