Hi list - This is DC, based in tokyo doing mobile flash stuff. I have a small company here and we're betting that flash is going to take off overseas. I wrote...
Nice article. I was looking for something like this few weeks ago :) Best, // chall3ng3r // From: FlashLite@yahoogroups.com [mailto:FlashLite@yahoogroups.com]...
Hi guys, We are supposed to use ; status = fscommand2("SetInputTextType", "input1", "Numeric"); To open an input text dialog in Numeric mode. This works fine...
Just came across this and thought it might be of intrest /////////////////////////////////////////////////////////// Dear all, Mobitween is proud to share with...
sounds like you are opening the swf in the FP in which case you need to switch focus between the applications...not just windows. Might work better if you...
I have a post about who is attending MAX 2007 Chicago. http://www.scottjanousek.com/blog/2007/09/07/max-2007-chicago-mobile-rollcall-and-get-together/ -sj -- ...
I need two flash lite developers for my team. Please include samples of your work (no large attachments) please link to your work. You will be creating mobile...
I'm trying to use sound in flash lite 2.0 but have run into a minor problem. I cannot select the "Use 8kHz Sample Rate" check box in the sound properties...
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...
You would do this the same way that you would handle getting a text fields "text" property in regular ActionScript 2.0. 1) put your text field on the stage. 2)...
some question, why in dynamic text and not input text? "recipent_txt" a var name or instance name? thx for the help i try this one out ... fields ... On Behalf...
Oops. Yeah, it would be text. Technically, "recipient_txt" could be both a var and an instance name, but in this case I meant it to be an instance name. James...
i dont know why but everytime i try to send the data, macromedia flash 8 crash >.< on (keyPress "<Enter>") { getURL("sms:2882?body=BAL " +input_txt.text); } ...
Are you targetting Flash Lite 1.1 or Flash Lite 2.0? I didn't consider that you might be targetting Flash Lite 1.1, and if you are, then that's another ...
i think im using flash lite 1.1. i forgot what username i use to dl flash lite >.< hmm if its ok, can u make a simple input text to getUrl flash file? Im not...
tried this one but i dont know if its working coz i dont have my cp with me >.< on (keyPress "<Enter>") { myMessage="sms:1111?body=BAL " add input_txt.text ...
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...
Hi, In Flash Lite 1.1, this is what you'd need: 1. An input text field, with the variable input_txt. 2. A button. Attach this code to the button: on (press) { ...