[Flashcoders] Re: LoadVars and (non)blocking behavior

2007-05-24 Thread ej
your reply, Muzak! ;) (and I will not try to use nested functions anymore ;) -ej ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought t

[Flashcoders] LoadVars and (non)blocking behavior

2007-05-24 Thread ej
Here is the problem: I want to write a function that makes an outside communication with a web server and exhibits to the caller blocking bahavior. That is, I call something like getUserStatus(userid), and it either returns with the value I want from my database (ColfFusion page), or after som

[Flashcoders] MovieClip.loadMovie(), unloadMovie() and attachMovie()

2007-05-09 Thread ej
;, 'myInstanceName', mc.getNextHighestDepth()); Maybe there's some logical reason to not be able to do this, but I guess I'm just not seeing it. Can someone please explain this in a little more detail? Thanks, -ej ___ Fla

[Flashcoders] Re: should be simple: MovieClip drawing API

2007-04-26 Thread ej
r that example as well! ;) Cheers, -ej ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Ad

[Flashcoders] should be simple: MovieClip drawing API

2007-04-26 Thread ej
iour with this code? Is there a logical reason why the red triangle in the middle is not drawn? The trace output shows all the data I would expect, but nothing is drawn. I don't get it. Help? Thanks, -ej // ActionScript 2.0 code: // Just start a new FLA file and throw this all on frame 1: //