A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    Join Date
    Mar 2008
    Posts
    30

    Using Flash Lite's mobile "shells" on the web?

    I'm to conduct web based user test's for a mobile application prototype. What I would like to do is to use the mobile "shells" found in the CS3 Device Central for Flash Lite to provide the actual interaction with the application. That way I would avoid having to design the "physical" mobile button set myself.

    Is is possible, and if so, how is it done?

    Thanks!

  2. #2
    Moderator
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    the "skins" from Device Central are proprietary to DC, they are not Flash applications (they are just 3 layers of bitmap masks that DC interprets).

    So you will probably need to build your own Flash or HTML skins.
    aviarts.com - web development and flash development

  3. #3
    Member
    Join Date
    Mar 2008
    Posts
    30
    Ok, thanks. Let's say I take my existing Flash Lite application and expand the stage to fit some interface buttons, I'll be able to publish it on the web despite it being a Flash Lite project to start with, right?

    Or, maybe I could restrain it to be controlled with the directional buttons on the keyboard only, disabling mouse clicks on the buttons?

    The key issue is that I want as realistic UI usage as possible, without ways to "hop" between menu items.

  4. #4
    Moderator
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    I havent tested this but the PC player may not like fscommand2(), so you may need to remove those from your code for the web version.

    Otherwise you could certainly create a Flash skin. Note that the numbers in the are "updside down" on the computer keyboard compared to phone keypad, so it would not be an accurate user interface test to require people to use the computer keyboard for number input. The arrows might be ok though.
    aviarts.com - web development and flash development

  5. #5
    Member
    Join Date
    Mar 2008
    Posts
    30
    Numeric buttons won't be used, so that won't really be a problem. The focus is on meny navigation.

    Preventing the user from using the mouse is vital, though, as it would be "cheating" with regards to my test purposes. Do you know if this is possible and if so, how it's done?

    Thanks a lot for your help!

  6. #6
    Moderator
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    normally for Flash Lite 1.1 developers create off screen buttons to trap button press events. You use ActionScript to show which on screen elements have focus. This would prevent mouse interaction because there is nothing clickable on the stage, only the arrow keys cause interaction.
    aviarts.com - web development and flash development

  7. #7
    Member
    Join Date
    Mar 2008
    Posts
    30
    As stated in the other thread, your suggestion is how I solved it. Thanks a lot.

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