I did a project recently requiring a web camera recording to Flash Media Server 3. Whilst I was working on this I found out some interesting (annoying) things about the Camera class. These include : Tip 1. When initiating a connection to the Camera it’s best to do this through Continue Reading
Interesting
You Tube Flash AS3 / AS2 API
Recently I have been working on something involving the use of video content from You Tube. 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 Actionscript: import com.FlashDynamix.services.YouTube; import Continue Reading