Re: [flexcoders] sending a text message from air/flex application

2008-08-02 Thread Douglas Knudsen
or you can send via email. If you are only concerned about sending outgoing messages without replies and interaction you can send via email. eg, for t-mobile send email to [EMAIL PROTECTED] Of course you still need a server+middle ware to handle the sending. Without a server you could use a

Re: [flexcoders] sending a text message from air/flex application

2008-08-02 Thread Vivian Richard
Thanks everyone. As Douglas mentioned, I actually do not need or expect any reply. Douglas what did you mean by server+middle ware. Can you send me some link where I can learn a little more about it. Thanks in advance On Sat, Aug 2, 2008 at 12:33 PM, Douglas Knudsen [EMAIL

Re: [flexcoders] sending a text message from air/flex application

2008-08-02 Thread Douglas Knudsen
Flex can't as of yet send email. You need some server and code there to handle this. Thus server+middleware, middleware being Java, PHP, PHP, etc.. You can set this up pretty easy with a single page that accepts a form POST and have Flex use HTTPService.

Re: [flexcoders] sending a text message from air/flex application

2008-08-01 Thread Flex Frenzy
Try the Ribbit API. developer.ribbit.com On Aug 1, 2008, at 6:22 PM, hworke wrote: Sorry-- forgot to mention: I want to send the text message to a cell phone from AIR/Flex Application Thanks...

Re: [flexcoders] sending a text message from air/flex application

2008-08-01 Thread Rick Winscot
You are going to need to have an SMS Gateway at your disposal. With such a tool of devastation ­ you can send texts until your enemies tremble! MUWHAHHAAA. Ahem. There are a lot of providers out there... But it would be a good idea to get a base on bridging the gap between http and sms with a