load
This commit is contained in:
@@ -36,6 +36,7 @@ current_media:string = '';
|
||||
|
||||
this.myVideo.nativeElement.src = this.current_media;
|
||||
alert( this.myVideo.nativeElement.src) ;
|
||||
this.myVideo.nativeElement.load();
|
||||
this.myVideo.nativeElement.play();
|
||||
}
|
||||
stopVideo(){
|
||||
|
||||
Reference in New Issue
Block a user