Re: [Flashcoders] Any suggestion for texting

2010-01-28 Thread Henrik Andersson
Call your local telephone operator and ask them about this. They will be 
happy to sell you the ability to do this.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Any suggestion for texting

2010-01-28 Thread Glen Pike

Hi,

You may be able to use email-2-sms facilities online. If you can find a 
free service, even better: http://www.makeuseof.com/tag/email-to-sms/


If it's a Linux box, you can setup something to send out an email, via 
an SMTP relay of your choice, to your client's email-sms facility.


There maybe other options - you might be able to use a mobile / 
bluetooth dongle to send SMS from the kiosk, but I am very vague on that...


HTH

Glen



John R. Sweeney Jr wrote:

Howdy all,

My client wants the kiosk I'm building (connected to the NET) to be able to
send a simple text message to a phone. I'll know their mobile number and the
predetermined message, but not sure how to then send it to a mobile phone.

Any suggestions or direction to point me in? In my searches so far, I've
seen a lot of Flash Lite sending SMS messages links, but I'm not phone to
screen, I'm kiosk to a mobile phone.

Thanks in advance for any help,
John

P.S. For now, its more web searchingŠ ;)


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

  


--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Any suggestion for texting

2010-01-28 Thread John R. Sweeney Jr
Asking ATT for anything is usually a waste of time. :(

I hope there are other alternatives, or else I'm in for a LONG uphill
battle. 

Besides these will be assorted kiosks, in assorted places, so contacting
local phone companies, more than likely will not be an option. I'm hoping
there is a server side solution possibility.


Thanks for the suggestion though,
John


on 1/28/10 12:45 PM, Henrik Andersson at he...@henke37.cjb.net wrote:

 Call your local telephone operator and ask them about this. They will be
 happy to sell you the ability to do this.


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Any suggestion for texting

2010-01-28 Thread Andrew Murphy
Hi. :)

You might want to look at using a PHP script, and then just have your Flash
call the script.  A quick google for php send sms message will turn up a
slew of examples you can have a look at, to see if they might be suitable.


--
Andrew Murphy
Interactive Media Developer
amur...@delvinia.com

Delvinia
370 King Street West, 5th Floor, Box 4 
Toronto Canada M5V 1J9
P (416) 364-1455 ext. 232
F (416) 364-9830  
W www.delvinia.com



 

 -Original Message-
 From: flashcoders-boun...@chattyfig.figleaf.com 
 [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf 
 Of John R. Sweeney Jr
 Sent: Thursday, January 28, 2010 1:38 PM
 To: Flash Coders List
 Subject: [Flashcoders] Any suggestion for texting
 
 Howdy all,
 
 My client wants the kiosk I'm building (connected to the NET) 
 to be able to send a simple text message to a phone. I'll 
 know their mobile number and the predetermined message, but 
 not sure how to then send it to a mobile phone.
 
 Any suggestions or direction to point me in? In my searches 
 so far, I've seen a lot of Flash Lite sending SMS messages 
 links, but I'm not phone to screen, I'm kiosk to a mobile phone.
 
 Thanks in advance for any help,
 John
 
 P.S. For now, its more web searchingŠ ;)
 
 
 John R. Sweeney Jr.
 Interactive Multimedia Developer
 
 
 OnDemand Interactive Inc
 945 Washington Blvd.
 Hoffman Estates, IL 60169
 Office/Fax: 847.310.5959
 Cellular: 847.651.4469
 www.ondemandinteractive.com
 
 
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Any suggestion for texting

2010-01-28 Thread Nathan Mynarcik
Couldn't you just send an email to like:

###...@txt.att.net? 

Have a drop down where they select carrier. Have an if statement that sees what 
carrier is chosen and adds the appropriate @serviceprovider.com to the phone 
number String and do a php script that sends the email to the phone number?
--Original Message--
From: John R. Sweeney Jr
Sender: flashcoders-boun...@chattyfig.figleaf.com
To: Flash Coders List
ReplyTo: Flash Coders List
Subject: Re: [Flashcoders] Any suggestion for texting
Sent: Jan 28, 2010 1:08 PM

Asking ATT for anything is usually a waste of time. :(

I hope there are other alternatives, or else I'm in for a LONG uphill
battle. 

Besides these will be assorted kiosks, in assorted places, so contacting
local phone companies, more than likely will not be an option. I'm hoping
there is a server side solution possibility.


Thanks for the suggestion though,
John


on 1/28/10 12:45 PM, Henrik Andersson at he...@henke37.cjb.net wrote:

 Call your local telephone operator and ask them about this. They will be
 happy to sell you the ability to do this.


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Nathan Mynarcik
Interactive Web Developer
nat...@mynarcik.com
254.749.2525
www.mynarcik.com

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Any suggestion for texting

2010-01-28 Thread Peter B
Or more generically, Google for: http to sms
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders