hi all, i want to know how to send sms using flashlite. is it possible?? any help will be appreciated.
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??
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.
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
Don't see what you're looking for? Try a search.
|