RE: [Flashcoders] Programatic anmation to Quicktime/AVI

2007-05-04 Thread Chris Daubney
Swf2video has always worked for me http://www.adshareit.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of pedr browne Sent: 04 May 2007 10:34 To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Programatic anmation to Quicktime/AVI Hello,

Re: [Flashcoders] Using components in MovieClips

2006-12-19 Thread chris daubney
I suspect when you mention that move() is not working then you are trying to invoke this on the Button components from within createChildren() . This will also not work as child UIObject components are not fully initialised until the next frame. UIObject has a doLater() function which will

[Flashcoders] Subclipse 1.1.x upgrade restores AS syntax checking in Eclipse

2006-12-18 Thread chris daubney
Hi, Just thought i'd let everyone know of a problem I had recently regarding my Eclipse IDE 3.2.x/Callisto workspace which includes Subclipse 1.0.x and the last release versions of MTASC ASDT. Ever since I upgraded Eclipse from 3.1.x, Actionscript syntax checking just stopped working. After

Re: [Flashcoders] Zinc 2.5 Alternative

2006-12-08 Thread chris daubney
If you're considering Apollo, Mike Chambers discusses how desktop applications may be deployed distributed with the Apollo runtime in this podcast... http://weblogs.macromedia.com/mesh/files/podcasts/07-14-06_mike_chambers.mp3 Chris Steven Sacks | BLITZ: If you're not in a rush, there's

Re: [Flashcoders] Old Flash Problem - Clips stop receiving clicks

2006-11-29 Thread chris daubney
I remember reading these articles a few years ago by Phil Chung/ Grant Skinner that may help... http://www.philterdesign.com/blog/archives/31.html http://www.gskinner.com/blog/archives/54.html Chris Steven Sacks | BLITZ: Hey everyone, There's an old problem with Flash that pops up

Re: [Flashcoders] Acronym for Actionscript/Flash/Flex

2006-11-28 Thread chris daubney
My feeling is that the Flash IDE will gradually forsake its name in favour of a the more generic use of the term (i'm thinking 'Hoover', 'hoover' here) so i'm happy to stick with Flash, and make a worthy point that the project is built with Actionscript as that tends to be where the majority

Re: [Flashcoders] Acronym for Actionscript/Flash/Flex

2006-11-27 Thread chris daubney
Flash is so much in the mindset of clients developers alike that as a core set of technologies it's difficult to imagine it being called anything else. But it did occur to me while I was writing and having to use Flash Flex within the same argument along with Actionscript, that it becomes

[Flashcoders] Acronym for Actionscript/Flash/Flex

2006-11-26 Thread chris daubney
In the same way that AJAX stands for Javascript/XML, can anyone come up with or has heard an appealing acronym for Actionscript/Flex/Flash? Why? Perhaps in small part due to their heritage, the Actionscript/Flex/Flash core set of technologies are often referred to as Flash (as is the Flash

[Flashcoders] Actionscript and version control

2006-10-01 Thread chris daubney
Hi, Anyone using Subclipse to manage a Subversion repository and who may provide some guidance? I have Eclipse/MATSC/ASDT which I use alongside the Flash IDE for Actionscript 2 classes/package development, and have recently decided to introduce Subclipse/Subversion to Eclipse to maintain

Re: [Flashcoders] Garbage collection for AS2 classes

2006-09-26 Thread chris daubney
Thanks Nicolas, I've been trying to find an elegant solution to this to keep any loaded swfs encapsulated so that they are 'fully' destroyed (movieclips, objects, singletons etc.) when the swf is unloaded. I'm sure many developers have investigated this. How do you manage to prevent your

[Flashcoders] Garbage collection for AS2 classes

2006-09-26 Thread chris daubney
Hi, I found this thread in Flashcoders that discusses a similar problem I have regarding garbage collection of AS2 classes/components when unloading swfs from the Flash Player... garbage collection troubles (Dated: Feb 2005)

Re: [Flashcoders] Garbage collection for AS2 classes

2006-09-26 Thread chris daubney
Sorry I wasn't aware of the nature of haXe. I've just read some of the documentation (http://haxe.org/tutos/haxe_as2) and now see that it addresses this problem perfectly. Great stuff! Thanks. Chris Nicolas Cannasse: Thanks Nicolas, I've been trying to find an elegant solution to this to