by Paul | Apr 8, 2008 | Flash and actionscript
Update: New version of Flash preloader component was released with new features and new documentation. Please go to new Free flash preloader component page >>> The following information is about older 1.0 version. Free Flash Preloader component provides an...
by WebMan | Mar 4, 2008 | Web
We have made new screencast – Dolphin Script 6 installation. This is our first screencast and there are more on the way. Please write in comments what is good and what we need to improve. This video guide covers all steps of dolphin installation. It is available...
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...