Get $500+ of the best After Effects files, video templates and music for only $20!
videos

Build a Dynamic Video Player with ActionScript 3: Part 1 of 3

This entry is part 1 of 3 in the series Build a Dynamic Video Player with ActionScript 3.0

Almost every Flash developer has had to make a video player at some point. There are quite a few different ways of doing this; some people use the built in NetStream Class and some use the FLVPlayback component in Flash. Either way will work, but we are going to use the NetStream Class because of how much lighter it is and what you can do with it.

This is a large tutorial that will be broken down to three parts. Each part will build off the previous one until we have our final result. Our player will be able to use an XML file to populate three galleries with an unlimited amount of categories, and an unlimited amount of videos in each category.

videos

Build a Dynamic Video Player with ActionScript 3: Part 2 of 3

This entry is part 2 of 3 in the series Build a Dynamic Video Player with ActionScript 3.0

It’s on to part two of our Custom AS3 Video Player! In the previous chapter we became familiar with the start file, added some interactivity to the buttons and (most importantly) got the video playing.

In this second part we are going to set up the xml for all the the videos settings. We will change how our player loads videos and get preloaders working for all of our thumbnails. We will be able to add, change and modify our videos on the fly with XML. Let’s get started!

Build a Dynamic Video Player with ActionScript 3: Part 3 of 3
videos

Build a Dynamic Video Player with ActionScript 3: Part 3 of 3

This entry is part 3 of 3 in the series Build a Dynamic Video Player with ActionScript 3.0

Here it is, the final part of our video player tutorial! All we need to do now is get the time indicator working, add our home button click function, position and size the current video and get the featured bar filled with videos along with its scrubber. Let’s get started!