Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

FlashLite · FlashLiteDev

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 7062 - 7092 of 8636   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
7062 d c
d3ntaku Send Email
Sep 1, 2007
6:17 pm
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...
7063 chall3ng3r
drchall3ng3r Send Email
Sep 1, 2007
7:48 pm
Nice article. I was looking for something like this few weeks ago :) Best, // chall3ng3r // From: FlashLite@yahoogroups.com [mailto:FlashLite@yahoogroups.com]...
7064 Ugur Kaner
ukaner Send Email
Sep 2, 2007
5:44 pm
Hi guys, We are supposed to use ; status = fscommand2("SetInputTextType", "input1", "Numeric"); To open an input text dialog in Numeric mode. This works fine...
7065 sauce1062 Send Email Sep 5, 2007
7:41 pm
Just came across this and thought it might be of intrest /////////////////////////////////////////////////////////// Dear all, Mobitween is proud to share with...
7066 Nick Gerig
nick_gerig Send Email
Sep 6, 2007
7:45 am
Should work..... make sure vibrate is enabled in the profile and that the power lead isn't connected when you test! Cheers Nick...
7067 Nick Gerig
nick_gerig Send Email
Sep 6, 2007
7:45 am
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...
7068 Scott Janousek
scottjanousek Send Email
Sep 7, 2007
6:41 am
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 -- ...
7069 stor_fisk Send Email Sep 7, 2007
12:10 pm
anyone knows if this seminar was recorded and is avaiable online? thanks...
7070 Alessandro Pace
sandrobischero Send Email
Sep 7, 2007
12:34 pm
Ciao I have all of them here: http://www.biskero.org/?page_id=342 Alessandro...
7071 stor_fisk Send Email Sep 7, 2007
12:55 pm
Gracias Allessandro! Pablo...
7072 Kirk
flashwidget Send Email
Sep 10, 2007
8:50 pm
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...
7073 Kirk
flashwidget Send Email
Sep 10, 2007
9:34 pm
Michelle.Salazar @us.teleca.com remove the space....
7074 Nick Gerig
nick_gerig Send Email
Sep 11, 2007
9:08 am
Hi Kirk, I imagine most people would want to know where its based and whether its contract or permanent? Cheers Nick...
7075 .: agoeng :.
ah_agung Send Email
Sep 11, 2007
10:22 am
Hi, i'm new member here.. ^_^ Does anyone know sites that i can download free flashlite source code ?? Thx, Agung...
7076 leocrawf stewart
leocrawf Send Email
Sep 11, 2007
4:28 pm
Try biskero.org it has load of articles plus sample codes for cool flahlite apps. ... -- "...men are that they might have joy." Nephi...
7078 Mark Andrade
andradearts Send Email
Sep 13, 2007
5:33 am
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...
7079 christian.nepomuceno
christian.ne... Send Email
Sep 14, 2007
1:08 am
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...
7080 James Eberhardt
james_eberhardt Send Email
Sep 14, 2007
1:55 am
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)...
7081 christian.nepomuceno
christian.ne... Send Email
Sep 14, 2007
2:16 am
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...
7082 James Eberhardt
james_eberhardt Send Email
Sep 14, 2007
2:48 am
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...
7083 James Eberhardt
james_eberhardt Send Email
Sep 14, 2007
2:50 am
... That would actually be input text. Really, I should sleep more. James...
7084 christian.nepomuceno
christian.ne... Send Email
Sep 14, 2007
3:06 am
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); } ...
7085 christian.nepomuceno
christian.ne... Send Email
Sep 14, 2007
3:11 am
well it works if i remove +input_txt.text... (to:1111 msg:BAL) dunno whats wrong >.<...
7086 James Eberhardt
james_eberhardt Send Email
Sep 14, 2007
3:39 am
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 ...
7087 christian.nepomuceno
christian.ne... Send Email
Sep 14, 2007
5:59 am
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...
7088 christian.nepomuceno
christian.ne... Send Email
Sep 14, 2007
7:39 am
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 ...
7089 christian.nepomuceno
christian.ne... Send Email
Sep 14, 2007
8:04 am
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...
7090 Darren Osadchuk
dposadchuk Send Email
Sep 14, 2007
12:39 pm
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) { ...
7091 christian.nepomuceno
christian.ne... Send Email
Sep 18, 2007
12:40 am
yay thanks mate it works ^^ ... getUrl...
7092 Christopher Caleb
chris.caleb Send Email
Sep 19, 2007
11:30 pm
That's good news. Thanks for the feedback cisnky! C...
Messages 7062 - 7092 of 8636   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help