AS3 SWF Profiler

AS3 SWF Profiler

This handy script applies a profiler option to the right click Flash Context Menu which allows you to debug or track the current FPS or memory used by your SWF. Further to this it also stores a configurable history length of the frame rate and memory performance for the SWF. Adding this feature into your…

Read More
Tips on how to write efficient AS3

Tips on how to write efficient AS3

Just recently I have needed an in depth understanding of AS3 efficiency practises, so I figured this is easiest done by getting involved in a series of relevant tests. Though there are similar blog posts regarding this most have been focused on either loops or Number types and this article won’t repeat these tests as I too discovered similar…

Read More
Youtube Flash AS3 / AS2 Data & Player API

Youtube Flash AS3 / AS2 Data & Player API

Recently I have been working on something involving the use of video content from Youtube. With the lack of a good API out there I created my own. Below is a simple example of this working with sample code to download further below. AS3 example import com.flashdynamix.services.YouTube; import com.flashdynamix.events.YouTubeEvent; // var yt:YouTube = new YouTube();…

Read More