Display Data With Funky Animated Needle Gauges

Creating appealing data visualization has always been one of Flash’s key features. It allows you to achieve eye candy results with real dynamic data; be it in a preloader, a game, or an office presentation.
This simple tutorial will show you how to build a needle gauge meter. You’ll learn how to apply a “gloss” effect, communicate with XML, and apply a tween engine to rotations.

Step 1: Folder Setup
Create three files: gauge.fla, gauge.xml, and Main.as.

Step 2: XML Structure
Open gauge.xml. This file will contain the data that populates the meters; edit them however you like based on the following structure:

<?xml version=”1.0″ encoding=”ISO-8859-1″ ?>
<indicators>
<gauge>
<value>64</value>
<description>Male</description>
</gauge>
<gauge>
<value>26</value>
<description>Female</description>
</gauge>
</indicators>

Value is a percentage and so should be between 0 and 100. The description will be displayed on the corresponding gauge.
Step 3: Stage Settings
Open gauge.fla and change the settings as shown…

You Might Also Like...

'>How to create a top quality logo for your company
  • Remove a Section of Your Photo
  • Subscribe to RSS headline updates from: GurusUnleashed
    Powered by FeedBurner

  • Design & Career Resources

    Open design job and RFQ/RFP listings for Thursday, 29 July Courtesy of Design Jobs Live!
    The latest resources and free stuff (like textures, fonts, Photoshop brushes, scripts, plug-ins, and much more!) from workflowFreelance.com. Read more!
    The latest headlines from workflowFreelance.com. Read more!
  • Popular Search Terms

    Curious what others are searching for? Below are the most popular search terms over the last 30 days.