is there a official sdk for c/cpp programmer to write extension for AIR or FLEX?
Asked
Active
Viewed 1,418 times
4
-
http://www.adobe.com/products/air/develop/flex/ I'm not sure if it's c/c++ – Adam Apr 11 '11 at 14:57
2 Answers
3
This will happen soon. Adobe posted this document today : http://www.adobe.com/content/dam/Adobe/en/devnet/devices/pdfs/DevelopingActionScriptExtensionsForAdobeAIR.pdf
It's only for AIR for TV yet but they said it will be available for AIR for mobiles next

Florian F
- 8,822
- 4
- 37
- 50
2
You can use PixelBender to do certain image based calculations in C/C++. There is also a little known project called Alchemy which was meant to use existing C/C++ libraries in Flash, however this project is fully supported yet and I don't recommend using it because results are varied.

J_A_X
- 12,857
- 1
- 25
- 31
-
PixelBender has nothing to do with C/C++. The syntax of the language is based on C, but it's not C/C++ at all. It gets executed in its own thread, that's the only thing special about it. – Apr 30 '12 at 22:21