[Flashcoders] motion faces idea with flash

2007-03-04 Thread mohamed sabry
i know how to load image inside textarea or any dynamic text the issue is the image always com in a new line alone how i can make it come in the right place ?? any one tried this? The fish are biting. G

RE: [Flashcoders] AS3... when to start?

2007-03-04 Thread Kalani Bright
I don't know about FDT or what that was based on. I know Adobe purchased a company which produced Eclipse related plugins such as JSEclipse. Which probably is how they got Flex Builder built so fast. As far as Flex goes verything can be done in Flash. If you have an ounce of artist in you please

[Flashcoders] Re: OT: Is this done in processing?

2007-03-04 Thread Troy Gardner
The correct term for the technique is "Frustrated Total Internal Reflection". http://en.wikipedia.org/wiki/Total_internal_reflection The cool thing is the technique is fairly approachable with off the shelf parts and open source software. Processing, Java, Flash can all be used. http://nuigroup.c

Re: [Flashcoders] AS3... when to start?

2007-03-04 Thread Omar Fouad
I think what you can do in flex can be done in flash, flex is easierthough Is this right?? On 3/4/07, Chris RM <[EMAIL PROTECTED]> wrote: I didn't know Flex Builder was based off Eclipse. I haven't used F.B. but how does it differ from the FDT plug-in for Eclipse? Is it as robust as FDT?

Re: [Flashcoders] clearInterval(0);

2007-03-04 Thread Alain Rousseau
Well actually, clearInterval(0) clears the interval ID 0 lets say you have an interval defined : var myInt:Number = setInterval(this, "doSomething", 1000); then it is possible that myInt = 0. The value of myInt is set by calling setInterval, which returns the ID of the interval, so doing cle

[Flashcoders] We need some help: Server space offer

2007-03-04 Thread Marcelo de Moraes Serpa
Hi list, I don't mean to spam the list with server offering or something like that. Don't get me wrong, please. I'm on a urgent need of money to pay my server rents. This month's revenue wasn't what we* exptected and we aren't able to pay our dedicated server's bill for much longer. So I though

Re: [Flashcoders] AS3... when to start?

2007-03-04 Thread Chris RM
I didn't know Flex Builder was based off Eclipse. I haven't used F.B. but how does it differ from the FDT plug-in for Eclipse? Is it as robust as FDT? http://ftd.powerflasher.com Chris On Mar 4, 2007, at 12:04 PM, Muzak wrote: Hi Micky, see inline reply. - Original Message - Fro

Re: [Flashcoders] AS3... when to start?

2007-03-04 Thread T. Michael Keesey
On 3/3/07, Micky Hulse <[EMAIL PROTECTED]> wrote: Hi all, I just picked-up Actionscript 3.0 Cookbook (O'Reilly) today, and found myself pondering this: Is it time to make the switch from v2 to v3 AS? If you are using Flex, then yes. If you are using Flash, then probably not. They have only re

Re: [Flashcoders] AS3... when to start?

2007-03-04 Thread Muzak
Hi Micky, see inline reply. - Original Message - From: "Micky Hulse" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Sunday, March 04, 2007 6:32 AM Subject: [Flashcoders] AS3... when to start? > Hi all, > > I just picked-up Actionscript 3.0 Cookbook (O'Reilly) today, and found

Re: [Flashcoders] clearInterval(0);

2007-03-04 Thread Adam Pasztory
Wow, lots of interval questions lately... :) I don't believe clearInterval(0) does anything. However, the code you posted looks correct. -Adam ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chat

Re: [Flashcoders] more _lockroot woes

2007-03-04 Thread Hans Wichman
Hi, no I was having _lockroot problems. greetz JC On 3/4/07, Ron Wheeler <[EMAIL PROTECTED]> wrote: Back in the late 1940s, the idea of programs using data to modify their behaviour was invented. Prior to that, if you wanted to have a program do something different depending on the situation

Re: [Flashcoders] more _lockroot woes

2007-03-04 Thread Ron Wheeler
Back in the late 1940s, the idea of programs using data to modify their behaviour was invented. Prior to that, if you wanted to have a program do something different depending on the situation, you constructed a bunch of programs and selected the one that you wanted to run. You seem to have wa

[Flashcoders] clearInterval(0);

2007-03-04 Thread Alexander Farber
Hello, is it maybe safe to call clearInterval(0) (same way as calling free(NULL) in C language) or should I better not rely on this? Here is my web chat function and I wonder if I could get rid of the very first line in it: var intervalID:Number = 0; var resp_lv:LoadVars = new LoadVars(); var r

Re: [Flashcoders] more _lockroot woes

2007-03-04 Thread Hans Wichman
Hi, yep and thanks for the replies. Well its all ofcourse just corporal punishment for using lockroot:) One more reason to stay away from it, now only to find a good replacement:). Very strange though, one case where I ran into this problem is, using a main.swf and a sub.swf, where the sub would l

Re: [Flashcoders] AS3... when to start?

2007-03-04 Thread Stan Vassilev
Well the future is AS3. AS3 is coming in the next version of the Flash Authoring app as well. When should you make the switch? Well, if you are working on a project that you can define as "application" (heavy usage of GUI controls like buttons, tabs etc), less or no stress on design and multimed