Flash ActionScript 3 course in London
Date: Wednesday 4th November 2009
Time: 13:14
Category: ActionScript 3.0
Views: 148
Comments:
We’ve scheduled our next Applied ActionScript 3 training course for 25th-27th November here in London. The course teaches how to build a real-world application entirely using ActionScript 3.
If you’d like to attend the course please get in touch.

/rating_start.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
(1 votes, average: 5.00 out of 5)
Arthropod Debugger
Date: Tuesday 20th October 2009
Time: 00:05
Category: ActionScript 3.0
Views: 138
Comments:
Problem
You want to be able to see trace statements etc. whether your application is in Test Movie mode, running locally over HTTP or running remotely over HTTP in the browser plug-in. You don’t want to use the the Flash Debugger and you don’t want to have to install Flash Debug players. You just want to see trace() statements – in a more aesthetically pleasing window if possible..
Solution


/rating_start.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
(2 votes, average: 5.00 out of 5)
Cannot install Flash Player on Windows?
Date: Tuesday 20th October 2009
Time: 00:01
Category: Adobe Flash
Views: 61
Comments:
Problem
You’re having trouble installing the Flash Player Active X control on Windows. Every time you run the installer it quits, recommending an Adobe Technote. The trouble is this doesn’t solve the problem either. You’ve uninstalled the previous player, quit all apps, still no joy.
Solution
In this situation the cause is probably incorrect registry permissions. You can correct this by using Microsoft’s SubInACL tool. It is available here bundled with a script which will whip through your registry granting full permissions to administrators for the appropriate keys. You should then have no problem running the Flash Player installer.

/rating_start.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
(2 votes, average: 5.00 out of 5)
Hosting with Heart Internet
Date: Wednesday 30th September 2009
Time: 13:24
Category: Other
Views: 149
Comments:
We are now hosting all of our sites with Heart Internet here in the UK.
We have enough confidence in them to have taken on reseller status, meaning we are able to satisfy all of your requirements right here, as a one-stop web development and hosting provider.
From now on, in association with Heart, we are offering all of our clients:
- FTP login
- Multiple mailboxes
- Unlimited web space
And many, many other features.

/rating_start.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_half.png)
(2 votes, average: 4.50 out of 5)
Why use init methods in AS3
Date: Tuesday 29th September 2009
Time: 23:43
Category: ActionScript 3.0
Views: 391
Comments:
Checking our stats, we just saw that some people are searching for “why use init methods as3″. There are several reasons to consider using init methods in AS3, rather than have all of your initialisation code in your constructor functions:
- Constructor functions run slower than “regular” methods. (See here for details.)
- You might want to re-run initialisation code without recreating the instance.
- You might want to run delayed initialisation code, for example once an object has been added to the Display List. (See our post here regarding this issue.)

/rating_start.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_on.png)
/rating_off.png)
(1 votes, average: 4.00 out of 5)