1: 2: 3: 4: 5: 6: 7: 8: 9:
var myAudio:StreamingAudioPlayer = new StreamingAudioPlayer(currentFLV); addChild(myAudio); } function audiodone(e:Event):void { trace("in audiodone!"); counter++; playSection(1,S1Num); }