File : FlashLite_CheckList.swf Description : FlashLite checklist for developers...
986
gilkahanagil
Aug 1, 2005 11:23 am
Hello, I am trying to use the "emulating arrays" method: I need to create 2 arrays so what i did was: for (i=1;i<21;i++){ pitem=eval("package" add i) if...
987
Sutton Yamanashi
sutton_impact
Aug 1, 2005 12:37 pm
First of all, this is an awesome resource! I am researching flash phones, and found that many prefer Nokia. However, I don't think Verizon Wireless customers...
988
Tim Walling
tswalling
Aug 1, 2005 1:32 pm
I don't think there are any flash lite enabled phones you can use with Verizon. I'm also stuck with a 2 year contract but haven't decided whether it was worth...
989
Sutton Yamanashi
sutton_impact
Aug 1, 2005 1:40 pm
Thanks Tim. wow. I am in Charlotte, and Verizon seems to be the best signal here, though I don't know much about TMobile. Every person I know with Cingular ...
990
Tim Walling
tswalling
Aug 1, 2005 2:13 pm
I haven't picked a data only plan yet, but it looks like a data only plan from t-mobile will run around $30/month. Might be cheaper to get the lowest phone...
991
Sutton Yamanashi
sutton_impact
Aug 1, 2005 2:22 pm
Thanks Tim. -sutton _____ From: FlashLite@yahoogroups.com [mailto:FlashLite@yahoogroups.com] On Behalf Of Tim Walling Sent: Monday, August 01, 2005 10:10 AM ...
992
Justin Everett-Church
beltransf
Aug 1, 2005 6:15 pm
Hi, Is there a word doc version of this checklist? I like the idea of a base checklist a lot, but I've also been noticing that there are elements in here that...
993
Justin Everett-Church
beltransf
Aug 1, 2005 6:22 pm
Hi, When using concatenation to make the name of a movie clip, you pretty much have to fall back to full Flash 4 syntax. For variables that is set and eval (or...
994
Marco Casario
marcocasario
Aug 1, 2005 6:25 pm
Hi Justin, here it is :) I think this is my last version :) best marco casario ... From: Justin Everett-Church To: FlashLite@yahoogroups.com Sent: Monday,...
995
Marco Casario
marcocasario
Aug 1, 2005 6:30 pm
nice note ! thanks ! best marco casario ... al Message ----- From: Justin Everett-Church To: FlashLite@yahoogroups.com Sent: Monday, August 01, 2005 11:20 AM ...
996
Mahmoud Elsayess
readverse
Aug 1, 2005 6:30 pm
Hello Marco, Please, keep on sending more goodies! I think Richard posted a list of all Flash 4 syntax and it was not legible; do you have a list of all Flash...
997
James Talbot
jtalbot@...
Aug 1, 2005 6:50 pm
Hello, I would like to invite all Flash Lite developers in the Boston area for an informal get together tomorrow night (August 2nd) at Jillian's in downtown...
998
Mahmoud Elsayess
readverse
Aug 1, 2005 6:57 pm
Hi James, Do you work for Macromedia? If you do, do you know some who has similar experience like yours in Orange county or Los Angles, California? Thank you. ...
999
Denis R5
flapreview
Aug 1, 2005 9:41 pm
hey, not sure where you are, but let me tell you my experience. i bought a nokia 3650 on ebay uk for something like us$50 (maybe less). it works great for ...
1000
Sutton Yamanashi
sutton_impact
Aug 1, 2005 11:34 pm
hey dns, I am in Charlotte, NC - USA. I may do the same thing. I appreciate you sharing the idea. As far as the flash apps go, is there much of a difference...
1001
Michael Hagel
mhagel3
Aug 2, 2005 1:08 am
Part of me thinks that those of you using Verizon may be in luck. Why ? Well from looking at the XD Weblog, at the Our foray into mobile - ...
1002
Alessandro
sandrobischero
Aug 2, 2005 1:23 am
Ciao Michael, that is an interesting finding !! Well, in the presentation (slide 32) for the quaterly financial reports there is a statement from the CEO that...
1003
Denis R5
flapreview
Aug 2, 2005 8:37 am
hey sutton i can't say for sure, but seems that yes. i have heard that most models -apart from the nokias s60- have different screen resolution and/or don't...
1004
Marco Casario
marcocasario
Aug 2, 2005 9:10 am
Hi James, glad to see you in the list :) How is it going ?? I wont't albe to meet you and flashliters in Boston, but we're organizing some regular Breeze...
1005
gilkahanagil
Aug 2, 2005 10:29 am
Hi Justine, Thank you very much for your post. I am still having some problems: Flashlite reads the variables from a txt file : package1=2 this is the frame...
1006
Darren Osadchuk
dposadchuk
Aug 2, 2005 12:29 pm
There are two things that I noticed that may be causing problems for you. First, I think that values loaded using loadVariables might not be available in the...
1007
gilkahanagil
Aug 2, 2005 1:07 pm
Hi Darren, Thank you so much you were right! I did have the &package1 but the problem was that the loadvariables was on the same frame as you said. when I...
1008
haydenporter
Aug 2, 2005 1:39 pm
... people ... Have you tried your script over a network or on a mobile device yet? Do you have code in your script to verify that that Flash has finished ...
1009
haydenporter
Aug 2, 2005 2:02 pm
for testing purposes I am wondering what you find is the best way to transfer SWF to phone (without being connected to phone network), USB or bluetooth? Do...
1010
Tim Walling
tswalling
Aug 2, 2005 2:10 pm
Hayden you can find info here regarding internet access via bluetooth: http://groups.yahoo.com/group/FlashLite/message/356 There was a dicussion on the subject...
1011
dc
d3ntaku
Aug 2, 2005 2:10 pm
FlashLite is on Brew, so it will eventually be on Verizon. Docomo also went public today with FlashCast support... called "i-channel" ...
1012
Marco Casario
marcocasario
Aug 2, 2005 2:17 pm
Hi, I have a Nokai 6680. I use to use USB connection to transfer SWFs files from PC to my phone or viceversa. I found bluetooth too battery-intensive. You have...
1013
Richard Leggett
richardlegge...
Aug 2, 2005 2:25 pm
Hey DC thanks for that link, breaking news :) For some reason that URL didn't translate (maybe it's just mouseovers), here's a googled version: ...
1014
gilkahanagil
Aug 2, 2005 3:04 pm
Hello, Do you know why gotoandstop(variable) doesn't work? Gil...