PDA

View Full Version : sms application with flex and php


rudrapradeepta.k
08-01-2009, 11:31 AM
HI friends,

Since many days i was searching for help to develop sms application with php and flex.

I want to detect the bluetooth devices available and send sms with selected mobile, I want to do this with flex and php.

This would be desktop application. please suggest me a way to do this.
or please send any useful links.

Regards
RudraPradeepta.k,
Rudrapradeepta.k@gmail.com
+919885762687

rawmantick
08-03-2009, 10:07 AM
I'm not sure it's possible to anyhow deal with blutooth from flash. However here is the AIR-Java connector:

http://www.merapiproject.net/

rudrapradeepta.k
09-02-2009, 09:15 AM
HI rawmantick,

Thanks for the link it helped me a lot..
My requirement is almost completed...

Regards,
RudraPradeepta.k:)

dananos
09-21-2009, 12:10 PM
Hi All,

There is no need for server side code for sending SMS with Flash, as long as the SMS gateway has a crossdomain.xml policy defined.

Here is a blog post that describes the process: http://freebiesms.blogspot.com/2009/09/sending-sms-with-flex-actionscript.html

Regards

Dan.