Monthly Archives: February 2010

Logging in ActionScript 3

Logging is a fundamental part of any mid to large scale application, your application needs to be able to talk to other developers and Q&A engineers to help diagnose problems and gain insight into what’s going on under the hood. … Continue reading

Posted in ActionScript 2, ActionScript 3 | Tagged , , | 3 Comments

Error 2048 and Flash Policy File Logging

Whenever you are working with Flash or Flex applications which make use of 3rd party feeds or data sources (such as XML or JSON), you need to be aware of how the Flash Player deals with Cross Domain security issues. … Continue reading

Posted in ActionScript 3 | 1 Comment

FlexPMD and ANT – RuleSetFactory Error

Just a quick post to save someone a few minutes of headscratching! I’ve just finished integrating FlexPMD, Adobe’s latest opensource offering into my ant build scripts following their documentation when I hit this error: java.lang.NoClassDefFoundError: net/sourceforge/pmd/RuleSetFactory Looking at my taskdef, … Continue reading

Posted in ActionScript 3 | Tagged , | Leave a comment