-
Recent Posts
Recent Comments
Archives
- January 2012
- August 2011
- June 2011
- April 2011
- March 2011
- October 2010
- July 2010
- June 2010
- February 2010
- January 2010
- June 2009
- May 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- February 2008
- January 2008
- November 2007
- August 2007
- July 2007
- May 2007
- April 2007
Categories
Meta
Category Archives: ActionScript 2
Accurate Timing in ActionScript
@Update: 23rd May 2008. Small refactoring of the code without changing the interface, the .zip archive now includes a working example. There are many things that require timing when programming, for me the challenge is accurately timing how long a … Continue reading
NetStream onMetaData – IE7 Focus Bug
Came across a weird bug when working with Flash’s NetStream media playback object and Internet Explorer 7. I’m still not 100% sure what the problem is here, but it would appear that when Internet Explorer doesn’t have focus (ie, you … Continue reading
Posted in ActionScript 2
2 Comments
MovieClips and Object Scope in AS2
I am a relative new-commer to ActionScript 2 but I am picking things up quickly. One thing that tripped me up at first was understanding how MovieClips on the Main Stage relate to the clasess we write and the objects … Continue reading
Posted in ActionScript 2
Leave a comment