webkroll.com

Archive for the 'Flash' Category

Quick Tutorial #2: How to make a re-useable MP3 player with play list in Flash 8 Professional

Sunday, April 1st, 2007

The goal of this tutorial is to create a slightly advanced version of the MP3 player application that I introduced in Quick Tutorial #1 - How to make a simple, re-useable MP3 player in Flash 8 Professional

The difference this time is that our MP3 player will have a playlist to allow playback of a range of MP3 files as required. The playlist data is created from an XML file.

(more…)

Quick Tutorial #1: How to make a simple, re-useable MP3 player in Flash 8 Professional

Sunday, March 18th, 2007

The goal of this tutorial is to create a simple MP3 player application that can be re-used easily without having to change anything in SWF file after it has been built for the first time.

I will be using Flash 8 Professional to create the player application itself and SWFObject to embed the player in a HTML page later on.

(more…)

Dynamic text field tweening with Zigo Engine & Fuse

Saturday, February 10th, 2007

Just recently I have come across an issue while trying to tween dynamic text fields in Flash. The problem I am about to describe is not a Fuse/Zigo Engine (FuseKit) problem, but more a general Flash problem when trying to animate movie clips containing this type of text field using ActionScript.

Demo 1 - The problem

Demo 1

As you can see, the text field labels are all showing up before the actual alpha fade has finished, which is not the effect that is desired in this case. Each item label should show up once the tween has completed to give a more smooth appearance.

(more…)