Hello friends,
I'm using SMS code from Forum Nokia Library to send messages.
http://wiki.forum.nokia.com/index.ph..._in_Flash_Lite
It works fine to Nokia 5800 XpressMusic S60 5th Edition , but when I try this code for Nokia N95 3rd Edition to send a message its shows "unable to send message" appears.
I was also used : getUrl() for multiple number
Here an example:
myNumber = "+914815162342;+919312345678";
myMessage = "Hi, This is my message";
getURL("sms:" add myNumber add "?body=" add myText); //Send a SMS
But, its shows invalid contact number "unable to send message",
Is there a manner to handle this errors inside the FL app?
Regards,
Nitant



