Question
How can we add body to sms while sending sms via AIR
How can we add body to sms while sending sms via AIR. I used the following code to send sms to a particular number:
var callURL:String="sms:0-123-456-7890";
var targetURL:URLRequest = new URLRequest(callURL);
navigateToURL(targetURL);
But, I want to add a message to the sms but dont know how. Can anyone help me out?
And how to add multiple receipient?
