[Flashcoders] Dynamic runtime class', another example.

2005-11-29 Thread Jos Yule
I've just done some experimenting with dynamic runtime class'. I think what i've come up with might be interesting to others who are experimenting in this area. One thing that i think is different from other methods that i've seen, is the use of Deferreds [1][2], allowing for asynchronous calls to

Re: [Flashcoders] Dynamic runtime class', another example.

2005-11-29 Thread Hans Wichman
Hi, first off: cool ;). Question though, since flash idea of multithreading is that there are no real threads for us to create and each method runs synchronized (as in public synchronized as in java), what would be a case where i would wanna use asynchronous callbacks? I know that the XML

Re: [Flashcoders] Dynamic runtime class', another example.

2005-11-29 Thread Jos Yule
Hi, first off: cool ;). Question though, since flash idea of multithreading is that there are no real threads for us to create and each method runs synchronized (as in public synchronized as in java), what would be a case where i would wanna use asynchronous callbacks? They are used here to