I'm working on a flash game engine that allows the arduino board to take data from the wii nunchuck, and use that data into a flash game. What I want to know is if flash game developers are willing to use this for their own flash games?
I'm not too familiar with flash games, but aren't they controlled by use of your mouse? if so, then of course its possible to do this.
One way: have nunchuck+arduino output data to PC. write a windows script(if on windows) to read serial data and control the mouse.
I've used a script program for windows called autoit, pretty useful (lets u create an exe that runs in the background) and its free!
I just re-read ur post...so you want the flash engine its self to communicate with the arduino?
sounds cool, but Im at a loss on that one
good luck!