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








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
The words Page Up and Page Down on my comment are hidden… i don’t know why
Ciao Fabio,
yeah same here, I think wordpress/html is doing the trick.
Anyway, you tested with Flash Lite 2.0?
Alessandro
nope… Flash Lite 1.1
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
I published for 1.1 but my player is 2.1. Sorry but i can’t try on nokia 3rd edition
Bye friend
The > and < are being translated as being part of HTML which is why are not being shown in the post.
Ciao Scott,
yes, I found out the same!
Anyway, can you confirm that Flash Lite 1.1 enabled phones show the issue?
Alessandro