| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Ramesh_KP
Join Date: Jun 2006
Location: India
Posts: 5
|
Hello wonderful people..
has any body wotked in t9 text field in flash lite 2.0..? would like to here from u.. im looking forwerd to develop an application in lite 2.0. in that i need to include a2 text fields, in that i need to impliment t9 in that.. how do we do this..? thank you Ranesh |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Mar 2005
Location: Oxford UK
Posts: 479
|
I've moved this to General Help as a more appropriate board - however, you may want to look elsewhere on the web for a Flash Lite forum, since there isn't a relevant board here - I don't know how much knowledge there is here.
|
|
|
|
|
|
|
|
|
#3 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,879
|
Here is one by Richard Leggett...
http://richardleggett.co.uk/blog/ind...line_textfield I'd love to see FL forum in the AS.org... ![]()
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
|
|
#4 |
|
Ramesh_KP
Join Date: Jun 2006
Location: India
Posts: 5
|
Thankyou Mr.Cyan blue..
![]() I got the solution from Richard, i made some additions and have posted the same here... http://www.flashmobileforum.org/node/440 |
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jun 2007
Posts: 4
|
Iīm looking to make a similar T9 text input application but using Flash 8 and clicking on buttons instead of a mobile device. I have figured out how to cycle letters with one button but canīt get any timeout function to work. I have been playing with intervals without great success. Does anyone have any clue on how to solve this.
Here is the basic initial code txt1 = "a"; txt2 = "b"; txt3 = "c"; num = 1; text_input.text = txt1; cycle_btn.onPress = function () { num++; if (num > 3){ num = 1;} text_input.text += _root["txt" + num]; } |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|