A Flash Developer Resource Site

Results 1 to 13 of 13

Thread: Flash on Touch Screens

  1. #1
    Senior Member
    Join Date
    Jul 2000
    Posts
    252

    Flash on Touch Screens

    I am thinking about developing a training product based on using Flash with a touch screen computer - does anybody have any experience developing applications using touch screens?

    Looking into what needs to be done, does the finger basically act as a mouse and do buttons simply work the same way?

    Thanks,
    Shawn

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    I dont think you would track mouse down events.

    one approach would be to create button objects (or mc objects that act like buttons) that respond to onpress event. There would be no rollover event. Make sure the button is big enough for a finger tip.

  3. #3
    Senior Member
    Join Date
    Jul 2000
    Posts
    252
    So basically you could create a lot of buttons for everything - a keyboard, multiple choice quesitons, advancing buttons, etc... and run everything from that touch screen.

  4. #4
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    yes, this is typically how developers create interfaces for touch screen handheld devices. Use a button, but be aware of the lack of mouse over types of events, and just work with onpress/onrelease types of events. Otherwise there should not be too much difference in making the interface compared to mouse.

  5. #5
    Member
    Join Date
    Aug 2004
    Location
    UK
    Posts
    88
    hi - ive been developing flash applications for the IBM any place kiosk for the last 3 years, the touch screen itself is just a mouse with a different driver. you can use onPress, onRelease, onMouseMove you dont get, onRollOver or onRollout (in fact you do but if you think about it you generally dont rest your finger on the screen while using it) - no extra development is required to faciliate the touch screen with a flash movie, just turn the mouse pointer off and away you go - its a good solution...
    http://robotnic.co.uk/
    -----------------------------------------

  6. #6
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    good point about turning off the mouse pointer.

  7. #7
    Junior Member
    Join Date
    Jul 2000
    Posts
    16
    Hi Sryder,
    i have just started such an online service, where you use your fingers as
    "mouse". So to your information: at the Nokia n800/n810 there is no mouse
    and like others answered before, the best way is to make simple buttons.

    And for fat fingers like mine: BIG buttons

    You can view the usage of it at:
    http://video.google.com/videoplay?do...55432294&hl=en

    The n800/n810 uses the latest Flash plugin and at the moment i am
    gathering further information about other devices i want to port the
    mojocafe.de service to.

    greetings,
    Carlos
    ---------------------------//
    endorphinum.de - urban sport guerilleros

    http://www.endorphinum.de
    skype --> cyberholicde
    +49-40-226 11 3 99
    ------------------------//

  8. #8
    Multimedia Maker
    Join Date
    May 2002
    Location
    Argentina, Buenos Aires
    Posts
    9
    Hi sryder and all people !!

    I work a lot with flash and touchscreen computers and like carlotta saids, use BIG buttons !!! As big as the project can be.

    And turning off the mouse pointer is basic for good view. !!
    Last edited by flashxi; 04-10-2008 at 12:58 PM.

  9. #9
    Senior Member
    Join Date
    Jul 2000
    Posts
    252
    Thanks flashxi!

    What sort of touchscreen computer do you work with?

  10. #10
    Junior Member
    Join Date
    Jul 2000
    Posts
    16
    I am working on a NOKIA n800
    ---------------------------//
    endorphinum.de - urban sport guerilleros

    http://www.endorphinum.de
    skype --> cyberholicde
    +49-40-226 11 3 99
    ------------------------//

  11. #11
    Multimedia Maker
    Join Date
    May 2002
    Location
    Argentina, Buenos Aires
    Posts
    9
    We work with sony mini pc and touch screen in 17 lcd displays.

    Linux software and this is the final work on scene.

    Attached Images Attached Images

  12. #12
    Junior Member
    Join Date
    Jul 2000
    Posts
    16
    FlashXI: loooooooks great
    ---------------------------//
    endorphinum.de - urban sport guerilleros

    http://www.endorphinum.de
    skype --> cyberholicde
    +49-40-226 11 3 99
    ------------------------//

  13. #13
    Multimedia Maker
    Join Date
    May 2002
    Location
    Argentina, Buenos Aires
    Posts
    9
    Thanks !! in this case, is touch and keyboard game from kellogs to supermarkets.

    But mostly is only touch screen is the same thing.
    presodeminacion@gmail.com
    Multimedia Flash developer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center