I have been working hard to compile statistics on my photo blog. Currently I have most visited photos and photos by camera. I wanted to create a dynamic chart and luckily, Flex 3 has a charting component that was easy to use. There were a lot of tutorials out there on Flex Charts (mostly bar [...]
Read Article ...
I learned the bulk of my understanding of ActionScirpt 3 with UNC’s “Bringing Education to Life Campaign”. I rewrote the code for the base flash file 3 different times, each time updating the code with what I had learned. The site was created using modules, in which if we wanted to add something new, we [...]
Read Article ...
Last month I wrote about streaming video to a media server via flash. I wrote a script that published to a flash media server and another script to play the stream off the server. This solution proved clunky since I was unable to set the quality settings correctly. Late last week I had another meeting [...]
Read Article ...
Last week I wrote about closed captions on video players and the week before that I wrote about live streaming commencement. Well, we (UNC) got the proposal back from a company offering a solution; it was around $32k. As a result of such a high price tag there is a good chance that we will [...]
Read Article ...
On Monday we created a closed captioned video player using flash and ActionScript 3.0. For the next part of this tutorial we will take our existing code and change our player into a skin. Right now, the player from Monday can only play our Frontier Airlines commercial. If we want it to play a different [...]
Read Article ...
When I was deciding what topics I wanted to write about for my blog I had a hard time determining the difficulty of the tutorials. As a result I thought I would do an intro to ActionScript 3 tutorial before diving into more advanced code.
In this tutorial we will use look at the basic structure of an AS3 document, how it connects to Flash and how it gets compiled. You will need a copy of Flash CS3 or Flash CS4; if you don’t have this you can get a 30 day trial version from Adobe.
Read Article ...