Hello. Right now i’m stuck with this and i can’t seem to pull it off. so i have somthing like this :
newTime = Math.round(this.stream_ns.time());
this.class.tweenSeekPlay(newTime);
and ther’s the tweenSeekPlay function
public function tweenProgress(param1 : Number){
this.mcSeek.mcProgress["tween1"] = new Tween(this.mcSeek.mcProgress, "width", Strong.easeInOut, this.mcSeek.mcProgress.width, param1, 1, true);
}
But it dose not tween only when the stream is paused. Also if i do this
trace(newTime);
and play the video it retunrs
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
and so on. How can i make it tween. Or how can i make it to only return
1
2
3
4
5....