Hosted by LearnToProgram.tv's Mark Lassoff, this podcast series is designed for software, web and eLearning Developers-- or anyone that wants to program with Actionscript.
Actionscript is a widely used scripting language. It is the language "under the hood" in Adobe Flash and Adone Flex. Having a strong understanding of the Actionscript language will allow you to create advanced web sites and Rich Internet Applications.
This Podcast will cover both the primary aspects of the language for beginners and more complex aspects of the language for intermediate developers. Actionscript is a powerful language and this series of tutorials is designed to help you master it.
More about LearnToProgram.tv at http://www.learntoprogram.tv
Actionscript 3 has a convenient, yet powerful, drawing API. It is easy to learn and use and allows you to draw lines, shapes and curves. You may need to do custom charting or drawing for data visuali…
In this fifth and final tutorial on creating an Mp3 player with Flash CS5 and Actionscript, we’ll add a simple visualizer for the sound. We’ll also take a look at buffering sounds as they load with t…
In part four of the Mp3 player Actionscript tutorial series we’ll create a counter to display how long the song is and a counter to display how long the song has been playing. We’re going to use the…
In part three of our series on developing an MP3 player with Actionscript and Flash CS5, we’ll take a look at the SoundTransform() object as we add a volume slider and a pan slider. We’ll also exami…
In part II of the MP3 Player series we’ll add the stop button. As we add the stop button we’ll learn about the SoundChannel() class which allows you to play sounds within a specific channel, like on…
Actionscript 3.0 introduced a number of useful objects for working with Sound. In this tutorial, we’ll create a fully-featured Flash based-Mp3 player. In doing so, we’ll deal with several concepts …