is there any function tat can be used to send a SMS using FL ? If so which version of FL ?
is there any function tat can be used to send a SMS using FL ? If so which version of FL ?
Hey,
the answer is here:
http://wiki.forum.nokia.com/index.ph...S/MMS_messages
Mark
Mark Doherty
Developer Evangelist
Adobe Systems, Mobile and Devices EMEA
Hey.. I understand tat.. My Question is -- how can i handle an incoming sms(not the typical text message) with my application? Being more elaborate....
Once this special SMS arrives, I want my client phone to open my application rather than it being opened in the default mode.. Is there any provision for that ???
Not possible if you want to just do it purely in a Flash Lite .swf application.
A Java MIDlet (if running) can handle incoming SMS sent to a specific port, but I don't know if it then can subsequently make the choise to launch a Flash Lite .swf file.
A native Symbian/S60 app can do that, though (if you don't mind not having a solution for S40 based devices with Flash Lite).
Will Kuneri Lite help ??? Or is there any 3rd party s/w ??
There is no way to read an SMS from FL or 3rd party at the moment. Neither a way to catch an incoming SMS to direct it to your Flash Lite application. But you can always go directly to "Messaging" by calling it via Flash Lite FSCommand or KuneriLite.
cheers,
Ugur.-
Follow me on Twitter [url]www.twitter.com/ugurkaner[/url]
Create sexiest Symbian apps faster & easier [url]www.kunerilite.net[/url]
Turn your Joomla! website into a mobile site instantly [url]www.mobilejoomla.com[/url]
Hi,
I would imagine that this isn't something that a developer can do on most platforms, including S60 for security reasons.
Java's CHAPI API (JSR211) does enable this type of functionality but its quite rare right now. You could investigate building some sort of socket connection with a pull connection.
regards,
Mark
Mark Doherty
Developer Evangelist
Adobe Systems, Mobile and Devices EMEA