AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Flash Light comunication With AHK

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Frankie



Joined: 02 Nov 2008
Posts: 2850

PostPosted: Tue Dec 30, 2008 9:07 am    Post subject: Flash Light comunication With AHK Reply with quote

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?
_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Back to top
View user's profile Send private message
Ice_Tea



Joined: 12 Jan 2008
Posts: 131

PostPosted: Tue Dec 30, 2008 9:18 am    Post subject: Reply with quote

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
View user's profile Send private message
Frankie



Joined: 02 Nov 2008
Posts: 2850

PostPosted: Tue Dec 30, 2008 9:26 am    Post subject: Reply with quote

Ill look into it. Thanks
_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group