Change error handler for flash file load fail
This commit is contained in:
parent
713b47bb6c
commit
1e4b25dd59
1 changed files with 1 additions and 3 deletions
|
|
@ -171,9 +171,7 @@ function loadContent() {
|
|||
loadingStatus.value = 'Loading Flash file';
|
||||
player.value.load(url.value).then(() => {
|
||||
loadingStatus.value = undefined;
|
||||
}).catch((error) => {
|
||||
console.error(error);
|
||||
});
|
||||
}).catch(handleError);
|
||||
}
|
||||
|
||||
function playPause() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue