| View previous topic :: View next topic |
| Author |
Message |
Frankie
Joined: 02 Nov 2008 Posts: 2850
|
Posted: Tue Dec 30, 2008 9:07 am Post subject: Flash Light comunication With AHK |
|
|
I have the LG Voyager. It has a touch screen on it that I would like to use as a trackpad for my computer. My idea for doing it would be to put a .swf file on it that does the most of the calculations so it sends the least amount of data back to the computer. I can figure out how to do most of this project but I don't have any idea where to start for data transfer through a flash app on a cell phone to a computer or if its even posible. Any thoughts/ideas? _________________ aboutscript ⍟ apps ⍟ scripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run |
|
| Back to top |
|
 |
Ice_Tea
Joined: 12 Jan 2008 Posts: 131
|
Posted: Tue Dec 30, 2008 9:18 am Post subject: |
|
|
Well, first, you'd need a way to transfer the data between the PC and the cellphone... I could throw out a simple sketch for you;
My cellphone has got WLAN support, so I could just connect to my PC through WLAN... since I don't know about TCP sockets in cellphones I'd "cheat" and use sparrow. Basically, you make mouse click on the .swf to reach the sparrow server with x,y & Click parameters, and just make AHK parse this. For Mouse movement you could prolly do a loop that checks if the mouse coords has changed since the last refresh, but I dunno if ur cellphone uses mouse coords, it is possible that the cursor is removed whenever you've lifted your finger...
Hope this helps. _________________
 |
|
| Back to top |
|
 |
Frankie
Joined: 02 Nov 2008 Posts: 2850
|
Posted: Tue Dec 30, 2008 9:26 am Post subject: |
|
|
Ill look into it. Thanks _________________ aboutscript ⍟ apps ⍟ scripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run |
|
| Back to top |
|
 |
|