Shown below is
a 'running' Macromedia Flash program for computing the effective
resistance of capacitors in series. Likewise shown below the program
window is the Flash code used for the application,
for reference by students learning to program in Flash in the context of
electronics engineering.
This Flash program accepts several different values of capacitance, and
outputs their effective capacitance in series connection. Each capacitance
value may be added by using the blank provided and pressing the 'add'
button beside it. The effective capacitance output is updated every time a
new capacitance is added.
To try the
program, input the values 330 and 470. This will result in an output
of 193.88, which means that the two capacitors' effective capacitance in
series is 193.88. Now add a third input, say, 1000. The output will
be updated once again to 162.39, which is the equivalent capacitance
of the three capacitance values (330, 470, 1000) in series connection.
mx.accessibility.ButtonAccImpl.enableAccessibility();
var Divisor:Number=0;
var Dividend:Number=0;
var FirstItem:Boolean=true;