by Paul | Feb 28, 2008 | Adobe, Flash and actionscript
This is just a small note for all of those who is still developing using AS2. The complete DON’T for AS2 classes is: Never ever do create objects of your members arrays in declaration. Create them in the constructor instead. You see, ActionScript 2 syntax allows...
by Paul | Feb 14, 2008 | Adobe, Flash and actionscript
Constructor is a method which is called when an object of a class is instanced. Like in any programming language, in actionscript constructor must have the same name the class has. Constructor, as a function, may take any number of parameters. Which is very handy to...
by WebMan | Feb 7, 2008 | Web
Suddenly I understood that most of the blog users lose their subscribers. Most of us use FeedBurner for counting RSS- blog readers, don’t we? The problem is that all the readers subscribe for our FeedBurner feed, a part of them subscribe for a standard URL as...