Groups | Blog | Home
all groups > macromedia mobile and devices flashlite > february 2005 >

macromedia mobile and devices flashlite : sending sms through flashlite



ecma32
2/2/2005 2:12:58 PM
hi all,

i want to know how to send sms using flashlite.

is it possible??

any help will be appreciated.
ecma32
2/2/2005 3:59:50 PM
hi,
Christopher Thilgen thanx for the reply.

but the forum link which u have given is not completely satisfying my question.

because in that forum they are using getURL method but they have not mentioned
about the telephone number on which the sms has to be sent.

so do u have any idea about this??
pkocel
2/2/2005 5:51:36 PM
hello,

to specify the number use getURL("sms: phone_number_here") alternativelly use getURL("sms: phone_number_here&Body=text") to add text to the SMS.

Communic8
2/2/2005 6:06:39 PM
Flash Lite passes the request to send the message to the OS. The way you create
a message is to use getURL. For example:

getURL("sms:1234567");

or

getURL("sms:1234567?body=hello");

For MMS, the syntax is the same, but the URL scheme is mms:

getURL("mms:1234567");

or

getURL("mms:1234567?body=happy%20monday");


These examples are valid for the Series60 and UIQ version of the Flash Lite
player; other operating systems may be slightly different. The Series60 player
only supports the address and body parameters because the Series60 and UIQ
messaging application don't support a subject line.

Andrea
AddThis Social Bookmark Button