I’m building a multitouch browser since I saw a request for it
and I must have made at least 50 million browsers.
Its in flash but the only purpose of the flash is to act as a compatible interface.
The actual program is a window with an HTML browser and the flash menubar.
All the flash events send a command with sockets to the application on what to do.
Now I just need some ideas on some cool multitouch effects.
Current Progress:
-Window and Flash are connecting and talking to each other
-Command Parser Done
To be done:
-Get mouse coordinates in flash to allow clicking
-Mouse dragging
-Commands Defined
-Flash inteface
