Skip to main content
April 26, 2012
Question

How can we add body to sms while sending sms via AIR

  • April 26, 2012
  • 1 reply
  • 575 views

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?

This topic has been closed for replies.

1 reply

April 30, 2012

I'm fairly sure I read that you can't add the message body with an SMS link.  I'm assuming it's to prevent spamming.

Best,

CB