According to the function variables _capMMS and _capSMS
I know that my phone is capable sending MMS/SMS through Flash Lite (return 1)
though i have checked Help and FL documentation
there is nothing about this issue
how to send MMS/SMS message through Nokia7610 using FL?
But i don't have any information about the special protocol capable to send MMS/SMS message
how to send MMS/SMS message using FL?
where to get the infomation or documentation about this issue?
My guess is that FlashLite does not have permission from the OS to send sms/mms.
Another route would be to write an application that can take data from the FSCommand2 launch function within your SWF and pass that directly to the os for sms/mms send.
I do not know how you would accomplish this. You will probably have to contact MM directly.
aviarts.com - web development and flash development
Originally posted by hp3 My guess is that FlashLite does not have permission from the OS to send sms/mms.
Another route would be to write an application that can take data from the FSCommand2 launch function within your SWF and pass that directly to the os for sms/mms send.
I do not know how you would accomplish this. You will probably have to contact MM directly.
so far the only way is to get a SSScript like php, asp, cfml, jsp whatever your flavor, and have it parse and send your message.
In all reality the text messaging apps work in a similar fashion they are a just a shell.
I forgot to mention but you all probably already know. Remoting (which is still not direct) allows you to get the message out as if it where a direct send ..its very fast(running methods as if they where within flash).