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

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

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