Commit afedbb62 authored by liujiangnan's avatar liujiangnan

feat

parent 7567d77a
...@@ -66,7 +66,7 @@ cc.Class({ ...@@ -66,7 +66,7 @@ cc.Class({
console.log('meta-loaded'); console.log('meta-loaded');
this._isReadyToPlay = true; this._isReadyToPlay = true;
this.durationLabel.string = this.formatTime(this.videoPlayer.getDuration()); this.durationLabel.string = this.formatTime(this.videoPlayer.getDuration());
this.videoPlayer.resume(); // this.videoPlayer.resume();
this.videoPlayer.stop(); this.videoPlayer.stop();
}); });
this.node.on('clicked', () => { this.node.on('clicked', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment