getURL(”tel:12345678″); disabled on Flash Lite 1.1 enabled phones?

I am testing an application that uses the getURL(”tel:1234567890″); Flash Lite 1.1 api call to make a phone call, but on my Nokia N93, Nokia N91 and Nokia N80 for the embedded Flash Lite 1.1 player, it’s not working. The Flash Lite 2.1 player allows this api call.

I tried on my Nokia 5300, which has Flash Lite 2.0 and it works. I tried on a Nokia 6682 with Flash Lite 2.0, not working.
I never noticed before. Anyone has the same behavior?

The call it’s on a soft button: (inside the quotes there is a Page Down keyword)
on (keyPress ” “){
getURL(”tel:1234567890″);
}

If I use the following works fine:

on (keyPress “0″) {
getURL(”tel:1234567890″);
}

or on a button press:
on (press) {
getURL(”tel:1234567890″);
}

Alessandro

8 Comments

  1. Fabio Laprea says:

    Hi Alessandro… on my 6630 works fine.
    I create a button on stage and i wrote:

    on (keyPress “”){
    getURL(”tel:1234567890″);
    }
    on (keyPress “”){
    getURL(”tel:1234567890″);
    }
    Seeya ;)

  2. Fabio Laprea says:

    The words Page Up and Page Down on my comment are hidden… i don’t know why :)

  3. biskero says:

    Ciao Fabio,

    yeah same here, I think wordpress/html is doing the trick.

    Anyway, you tested with Flash Lite 2.0?
    Alessandro

  4. Fabio Laprea says:

    nope… Flash Lite 1.1

  5. biskero says:

    Ciao

    so it’’s a player that you installed.
    Do you have a 3rd edition to try the same test? Or maybe some else?

    Alessandro

  6. Fabio Laprea says:

    I published for 1.1 but my player is 2.1. Sorry but i can’t try on nokia 3rd edition :( Bye friend ;)

  7. The > and < are being translated as being part of HTML which is why are not being shown in the post.

  8. biskero says:

    Ciao Scott,

    yes, I found out the same!
    Anyway, can you confirm that Flash Lite 1.1 enabled phones show the issue?

    Alessandro

Leave a Reply

CAPTCHA image