Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > FlashLite / Portable Devices Development

Reply
 
Thread Tools Rate Thread Display Modes
Old 09-14-2007, 07:54 AM   #1
cross05
Registered User
 
Join Date: Sep 2007
Posts: 3
Default about input text + getUrl(sms) stuff

Hi, i need help regarding input text and getUrl stuff. Im new in flash
lite and actionscript so i dont have much idea. So please help me >.<

i need to put the value of input text (ex: input text Recepients #
12345) for geturl(sms) and display the text and input text value into
a text message. (something like this getURL("sms:1111?body=BAL <input
text value>) so it can diplay a text message like this
(to:1111 msg:BAL 12345)

tried this one but didnt work

on (keyPress "<Enter>") {
getURL("sms:1111?body=BAL" +input_txt.text)
}

input text var name and instance name is input_txt. Oh im using flash lite 1.1 please help me thx

ps:
I got problems in expressing myself in english so please bear with me
and i hope you get what i mean >.<

or if you can, please make a simple input text to getUrl(sms) for me, please.
thank you very much
cross05 is offline   Reply With Quote
Old 09-14-2007, 08:43 AM   #2
cross05
Registered User
 
Join Date: Sep 2007
Posts: 3
Default

tried this one but since i forgot my cp i cant test it yet
on (keyPress "<Enter>") {
myMessage="sms:1111?body=BAL " add input_txt.text
getURL(myMessage);
}

is myMessage output = getURL("sms:1111?body=BAL input_txt") or just getURL("sms:2882?body=BAL" input_txt) or getURL(sms:2882?body=BAL input_txt)??

test result:
oh crap.. the output is to:1111 msg:BAL
i need an output of to:1111 msg:BAL 1234 (assuming input_txt value is 1234)
please help

Last edited by cross05; 09-14-2007 at 09:02 AM..
cross05 is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Input text fields & ENTER key press? taz2005 ActionScript 2.0 10 05-29-2008 01:36 AM
Accessing a string from a variable input text field matbury ActionScript 2.0 10 05-20-2007 12:09 AM
input text not showing when loaded ejewels ActionScript 2.0 4 03-21-2007 06:34 PM
Input boxes - then printing a frame with dynamic boxes with the input text in them... yinyang042 ActionScript 1.0 (and below) 1 11-03-2005 09:48 PM
can not see input text under mask bma ActionScript 1.0 (and below) 1 04-22-2003 03:08 AM


All times are GMT. The time now is 12:11 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.