mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-27 17:23:22 +00:00
play video after uplaod
This commit is contained in:
parent
f5836e3ad4
commit
cc5f2d5d78
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ function onload() {
|
|||
console.log(file);
|
||||
console.log(fileUrl)
|
||||
video_selector.src = fileUrl;
|
||||
video_selector.play();
|
||||
file_selector.style.display = 'none';
|
||||
document.getElementById("wrapper-video").style.display = 'block';
|
||||
}, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue