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