Suggestions for loading interactive graphs
Working on an iPad only app that will require the client to be able to update using a CMS. One of the elements they had hoped to be able to add was various animated graphs that they had created in Flash and published as swf files.
I am now aware that loading a swf file that includes actionscript is not permitted and will not work anyway.
I am therefore seeking advice on alternative solutions. The animated graphs are all very different so there is no option to create a component and just feed it data.
Even if I could just somehow load the swf and add a stop action dynamically that may offer a solution.
Any suggestsion most appreciated. I am curious as to how someone would deal with this scenario with an app created in Objective C - surely they would be faced with the same problems but not even have the luxury of being able to load in any swf files at all.
