Skip to main content
Participant
March 18, 2014
Question

action script flash

  • March 18, 2014
  • 1 reply
  • 284 views

hello

i have made one touch screen frame using infrared for my project i am a U.G student of electronics and communication and i have made this touch screen frame to count the coordinates so i passed my coordinates to com port and i want to pass this coordinates to flash action script game called wall pong but i dont know the flash action script as i haven't studied the action script so how can i pass this coordinates to flash i can able to pass the coordinates to net port .but from that i couldn't pass it to flash game i have download the code from the internate. but i couldn't understand. what should i do??? can any one help me out??

This topic has been closed for replies.

1 reply

Inspiring
March 18, 2014

to communicate with any kind of non-standard hardware you will have to run some kind of virtual server that listens to your device and prepares it for flash.

Look into WiiFlash, it manages to get Flash communicating with a WiiMote:

https://code.google.com/p/wiiflash/

It will certainly give you an idea how to jumpstart your won project