I have made an
applet which has 3 panels say p1, p2 & p3.
in p1 i have a textarea and another panel called p2.
in p3 i have a sliderbar and 4 buttons(start, stop, continue, pause).
p2 has an animated picture of a person(tutor).
Now as soon as my applet is loaded the first thing i want is to load that animated picture.
Now the lecture should start. The tutor should start showing the text(or lecture notes) and simultaneously an audio should be played.
I mean, whatever tutor is teaching should be in a audio form along with the text form.
how should i do this?
shall i use threads?
how to do all these simultaneously?
i also want the facility of volume control, rewind & forward.
thanx.