Script language for flash and C ++?
I spend hours every week coding my personal projects. I have a good C ++ server. For my next idea, this is small enough and enough to do it in a flash. But I want to do it in a scripting language, so I can call the code in my C ++ projects. What script can be used in flash along with C ++?
0
user34537
source
to share
1 answer
According to Adobe , ActionScript is based on ECMAScript (aka JavaScript), so in principle you can write your code in ECMAScript and use ECMAScript for C ++. Wikipedia has a good list of engine implementations.
+1
source to share