I've been unsuccessful in trying to find an example how to get a sqlite data based flare visualization (swf) to run in Adobe AIR desktop application.
Here is what I have:
- ProjectA: a flare visualization sample done in FlexBuilder based on a tutorial;
- ProjectB: a desktop AIR app that is able to retrieve data from sqlite based on a tutorial.
Here is what I would like to have:
- query data from sqlite db via flash.data.SQLResult (this doesn't appear in ProjectA namespace for importing - can't try sqlite based visualization without AIR)
- transform the resultset into flare.data.DataSet and create the visualization with flare
- show the visualization in the windowedApplication (I don't know how to add visualization result from 2.)
- control the visualization (will get there once the first three points will work)
Tried googling and adobeairtutorials but was unable to find anything useful.