mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-28 09:42:55 +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(file);
|
||||||
console.log(fileUrl)
|
console.log(fileUrl)
|
||||||
video_selector.src = fileUrl;
|
video_selector.src = fileUrl;
|
||||||
|
video_selector.play();
|
||||||
file_selector.style.display = 'none';
|
file_selector.style.display = 'none';
|
||||||
document.getElementById("wrapper-video").style.display = 'block';
|
document.getElementById("wrapper-video").style.display = 'block';
|
||||||
}, false);
|
}, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue