learningstyles.swf

learningstyles.swf is highly customizable flash movie/component for displaying VAK (Visual, Auditory and Kinesthetic type) learning styles piechart.

The FlashVars accepts the folowing variables:

Example 1:

<param name="flashVars" value="color1=#ff0000&color2=#008000&color3=#0000ff&values=100,120,140&legend=V,S,G" />

Example 2:

...with default graph color

<param name="flashVars" value="values=40,120,200&legend=X,Y,Z" />

Example 3:

...with default legend and color set without # sign

<param name="flashVars" value="color1=#ff8080&color2=#80ff80&color3=#8080ff&values=30,80,250" />

Example 4:

...one of the values equals 0, all three together equals 360.

<param name="flashVars" value="values=45,0,315" />