I need to embed a Flash player in my native application (C ++) in a cross-platform way (at least Windows and Mac OSX). I need to allow Flash gui to make callbacks to my own application in order to do what usually doesn't work (for example, write to the file system, talk to devices, load my own image processing libraries, etc.). The Adobe AIR runtime is too restrictive, so unfortunately this is not an option. I used to use ActiveX hosting on Windows, but is there a cross-platform gui toolkit that solves this problem for both Windows and OSX? If not, what are my options for embedding Flash in OSX?
EDIT: ActionScript 3.0 must be supported
ennui77
source
share