PDA

View Full Version : touch screen kiosk


alflashy
06-20-2007, 05:39 PM
Hi
Just been contacted by a client to make touch screen kiosk.
I worked on a regular kiosk but never on touch screen.

Does any one wants to share their experience with me.

Question: Difference between Touch screen kiosk flash application and regular flash application.

Is there are any special AS command for Touch screen.

Thanks

jwopitz
02-05-2008, 03:57 PM
You are most likely going to have to develop a framework for this. I have made one but its not OS nor is it open for public use at this time. But if you have specific questions, I can certainly try to answer them.

j
jwopitz(at)gmail(dot)com

northcode
02-05-2008, 04:04 PM
Touch screen input should automatically be translated to mouse events for you by the touch screen driver software.

jwopitz
02-06-2008, 05:00 AM
I think he may be asking about more extensive features about a touchscreen framework. For instance, a touchScreen keyboard, which is what I have developed for a side project.

I am debating whether to release the framework as an open-source framework.

CyanBlue
02-06-2008, 01:44 PM
That'd be awesome... :)

alflashy
02-06-2008, 02:12 PM
Thanks Sharing your thought.

I have done this project last year and its working great through the country. I didn't do any special work for touch screen. I Just built as I build the regular flash application and prepare the EXE with SWF Studio (Great Application Thanks to NorthCode). I did recent update to it where the SWF studio open the Browser in Flash Application and that browser have link in it to open another Browser window in itself (Iframe). I thougth its interestiing that why I am sharing it.