File : FlashLite_CheckList.swf Description : FlashLite checklist for developers...
FlashLite@yahoogroups...
Jul 1, 2005 10:13 am
440
Just a quick poll to see how many of you (when testing content in MX2004) have edited DevicesMsg.cfg to enable the following line: // Navi4WayWrapAround=off ...
[Apologies if this is a dupe, but my last reply bounced] Hi, I write Flash Lite developer documentation at Macromedia, and appreciate the info I've gleaned...
Hi Tim, Do you know what, it's my fault, I'm so used to using movie clips for my navigation and coding in the wrap around my head must have been in the wrong ...
I changed this setting cause I thought that some devices exibited this behavior :( mmmhhhh just to be sure ... :) best marco casario ... From: Richard Leggett ...
on(keyPress "<Left>") gets you a keydown... is there a way to know when a key is up? --JesterXL...
JesterXL
jesterxl@...
Jul 2, 2005 6:58 pm
448
try to use : on (keyPress "<Down>") { whatever(); } on (keyPress "<Up>") { whatever(); } on (keyPress "<Enter>") { whatever(); } best marco casario ... From:...
... Not the down arrow, but I think he wants to know when each key is up|down. I don't think there is such an event for flashlite. It would be like: on...
The only mouse/key on(event) actions you've got in FL 1.1 are: on(press), on(keyPress), on(release), on(rollOver), on(rollOut) There's no Key.isDown(Key.ENTER)...
while speaking on navigation. I spend a lot of time on arranging navigations. Whenever an input text,a drop down,or a simple button is on the workspace...
Key.isDown isn't supported? At least with that I could check via a process clip... lame. Thanks anyway guys! ... From: "Dale Rankine" <dale@...> To:...
JesterXL
jesterxl@...
Jul 2, 2005 10:56 pm
453
Sweet! Really nice UI and nav. mike chambers mesh@......
Well not until FL 2.0 anyway ... ... From: FlashLite@yahoogroups.com [mailto:FlashLite@yahoogroups.com] On Behalf Of JesterXL Sent: Sunday, July 03, 2005 8:57...
Just wondering what are people's general experience is with FL using up the battery on their handsets? It seems to chew through my 6600 pretty quickly ... not...
Yeah, Flash Lite can be pretty intense on the battery, but that directly a function of what the processor is doing. Most Flash Lite apps I've seen are ...
Thanks Justin, That's true, certainly apps that have background routines running or things that are happening even when the user isn't required to make any...
Reminds me of Director taking "100%" cpu even when idle ... :) I wonder if there will be settings such as _slow, _medium, _fast in FL 2? ... or an fscommand to...
MessageWhat framerate are you running, J? ... From: Justin Everett-Church To: FlashLite@yahoogroups.com Sent: Sunday, July 03, 2005 8:08 PM Subject: RE:...
JesterXL
jesterxl@...
Jul 4, 2005 4:34 am
460
MessageNaw, we have something called "events". Even setInterval replacing process clips is a boon. I think what'll kill it is the initialization of the UI...
JesterXL
jesterxl@...
Jul 4, 2005 4:38 am
461
... With script-driven Flash projects, you can use setInterval (same as with Javascript) instead of onEnterFrame or onClipEvent(enterFrame). Using setInterval,...
ah yes, setInterval. I haven't used it in a while in that respect ... slipped my mind! I guess I was thinking in terms of director where I've heard you can ...
the old trick to control framerate in the normal flash player is to load a movie with a streaming sound, that way the loaded movie's fps superseeds the _root...
ah yes..... orange :) i started using it because they did an offer of 1000mb free for the first 3 months. So I dont think thats available anymore, but at least...
I've tried that, it doesn't work. I made 120 SWF's, each with a streaming sound at their specific framerate, made _framerate a watcher, and loaded in the...