Results 1 to 5 of 5
  1. #1
    Member IceDragon7's Avatar
    Join Date
    Dec 2007
    Device
    -W580i
    Posts
    69
    Thanks
    4
    Thanked 4 Times in 4 Posts

    Flash Menus 2.1 v.s. Regular Flash Menu's

    Whats the difference? All I kno is Regular ones won't work on my phone. But like why is that? Different coding in the flash script?
    Last edited by Elitek550; 04-26-2009 at 11:45 PM.

  2. #2
    Member schmarakel's Avatar
    Join Date
    Feb 2008
    Device
    -K810,T650i,W890i
    Posts
    85
    Thanks
    2
    Thanked 10 Times in 10 Posts

    Re: Flash Menus 2.1 v.s. Regular Flash Menu's

    There are Flash lite 1.1,2.0 and 2.1!
    As far as I know there are differences in the action script!

    Example:

    2.1
    Code:
    ** // End of the function
    function launch(appNo)
    {
    if (appNo != selectedVar)
    {
    directSel(appNo);
    ** // end if
    getURL("FSCommand:mainmenu://", "highlight=" + (appNo - 1));
    keyActive = false;
    iconsOut();
    ** // End of the function
    2.0
    Code:
    ** // End of the function
    function launch(appNo)
    {
    lastSelectedVar = selectedVar;
    selectedVar = appNo;
    select();
    appVar = eval("App" + appNo + "_ID");
    getURL("FSCommand:Launch", appVar);
    keyActive = false;
    iconsOut();
    ** // End of the function
    It is also used FLCmd at flash lite 2.0 which you have to
    replace with fscommand2 for flash lite 2.1

  3. The Following User Says Thank You to schmarakel For This Useful Post:


  4. #3
    Member IceDragon7's Avatar
    Join Date
    Dec 2007
    Device
    -W580i
    Posts
    69
    Thanks
    4
    Thanked 4 Times in 4 Posts

    Re: Flash Menus 2.1 v.s. Regular Flash Menu's

    Quote Originally Posted by schmarakel View Post
    There are Flash lite 1.1,2.0 and 2.1!
    As far as I know there are differences in the action script!

    Example:

    2.1
    Code:
    ** // End of the function
    function launch(appNo)
    {
    if (appNo != selectedVar)
    {
    directSel(appNo);
    ** // end if
    getURL("FSCommand:mainmenu://", "highlight=" + (appNo - 1));
    keyActive = false;
    iconsOut();
    ** // End of the function
    2.0
    Code:
    ** // End of the function
    function launch(appNo)
    {
    lastSelectedVar = selectedVar;
    selectedVar = appNo;
    select();
    appVar = eval("App" + appNo + "_ID");
    getURL("FSCommand:Launch", appVar);
    keyActive = false;
    iconsOut();
    ** // End of the function
    It is also used FLCmd at flash lite 2.0 which you have to
    replace with fscommand2 for flash lite 2.1
    You know where I can find tutorials to code for the flash lite 2.1 for my C905?

  5. #4
    Recently Initiate
    Join Date
    Jul 2010
    Device
    -
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Flash Menus 2.1 v.s. Regular Flash Menu's

    do a google search and you will find it......

  6. #5
    Recently Initiate
    Join Date
    Jul 2010
    Device
    -
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Flash Menus 2.1 v.s. Regular Flash Menu's

    or use flash lite 2.0 menus on 2.1 cell phones.....if that was people...i wonder.... :/ :/ :/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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