A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: how to disabled on screen buttons in nokia 5800 && n97

  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    4

    how to disabled on screen buttons in nokia 5800 && n97

    Hi, I have a problem, my application not run on full screen in nokia 5800 & nokia n97. This devices shows on screen buttons like this: http://www.forum.nokia.com/pics/flas..._2nd_prize.jpg

    I read that it can be disabled in Application mgr.--> Installed apps. -->the-application suite setting--> "on screen keyboard" -- "off"

    but i want do disabled this from action script, to not force user to do that thing.
    There is any function turning this off?

  2. #2
    Senior Member
    Join Date
    Aug 2006
    Posts
    322
    fscommand2("DisableKeypadCompatibilityMode");
    fscommand2("FullScreen",true);

    This will turn off the D-Pad of 5800 XpressMusic

  3. #3
    Junior Member
    Join Date
    Jan 2010
    Posts
    4

    Smile

    Thanks,
    its working greate

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