PDA

View Full Version : Web Content & using Input Device


mmakrzem
04-22-2006, 03:22 AM
I've been asked to interface a force feedback input device with a web page. Any suggestions how I can do this? My input device has an interface similar to DirectX's DirectInput API.

I would like to be able to do stuff like move my input device left and right, and have an object in a web page move left and right.

Is there any way to program API function calls into a web application? Can I do this someone is flash or javascript?