Hy,
danke für deine Antwort.
die Zeile 23 ist genau das hier:
myProgressBar.setProgress(myVideo.playheadTime, myVideo.metadata.duration);
die Funktin sieht so aus:
Code:
private function updateProgressBar():void
{
myProgressBar.setProgress(myVideo.playheadTime,
myVideo.metadata.duration);
} was mache ich falsch
mfg. Flo