This commit is contained in:
CHIEFSOFT\ameye
2024-07-13 16:24:39 -04:00
parent 946ceacf93
commit 139bc3b21a
@@ -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(){