A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Softkeys error in Ericsson

  1. #1
    Junior Member
    Join Date
    Oct 2008
    Posts
    1

    Exclamation Softkeys error in Ericsson

    Hi, I'm just starting in Flashlite and I have a problem related with softkeys. I'm making a little menu and I want it to react when the user press one of the cells "softkeys". It apparently works fine but when I tested it with a Sony Ericsson cell I found that the left softkey (PageDown) didn't work... I tryed with another Ericson and it was the same... the aplication reacts to the right softkey but ignores the left one.

    Anybody guess which is the problem?

    PS: I'm using flashlte 1.

    Related Code:


    //in a keyframe

    FSCommand2("setSoftKeys", Web, Next);


    //in a MovieClip

    on(keyPress "<PageUp"){
    tellTarget("inici"){
    gotoAndStop(2);
    }
    }

    on(keyPress "<PageDown"){
    tellTarget("inici"){
    gotoAndStop(1);
    }
    }


    Thanks!

  2. #2
    Senior Member
    Join Date
    Aug 2006
    Posts
    322
    //in a keyframe

    FSCommand2("setSoftKeys", Web, Next);


    //in a MovieClip

    on(keyPress "<PageUp>"){
    tellTarget("inici"){
    gotoAndStop(1);
    }
    }

    on(keyPress "<PageDown>"){
    tellTarget("inici"){
    gotoAndStop(2);
    }
    }

    I will try to test it on Ericson. what is your model number?

  3. #3
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    Sony Ericsson does not recommend that developers use softkeys with content that displays within the web browser version of Flash. The softkey implementation is inconsistent. Some devices support the right softkey, probably none support the left softkey. Some do not support either.

    I would recommend that you should probably wait for Project Capuchin phones to come to market before investing time to create Flash Lite applications and games for SE phones. All prior SE phones are mostly relevant for screensaver/wallpaper Flash Lite content only.

  4. #4
    Junior Member
    Join Date
    Nov 2008
    Posts
    1
    i don´t like sony ericsson

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