PDA

View Full Version : Using Qt4 with Flash



Strongoloid
10th November 2009, 21:36
I have a Qt application that generates data, and I would like to use this data to show graphs and charts and such in real time. I'm thinking of using QtWebKit to have an embedded Flash application in my Qt app. This way I can use Flash to make fancy looking graphs. My problem is that I can't figure out a way to have Qt and Flash communicate with one another in order to pass the data that I generate in my Qt app to the Flash component. The only thing I can think of is to have my Qt app and the Flash app communicate through sockets or something. I'm pretty sure there's no way right now to directly interact with Flash components using Qt functions (or is there?). Does anyone have any insight?