Feat: Flash playback using Ruffle
Compare changes
- Charlotte authored
@@ -19,17 +19,27 @@ SPDX-License-Identifier: AGPL-3.0-only
@@ -43,12 +53,15 @@ SPDX-License-Identifier: AGPL-3.0-only
@@ -60,66 +73,105 @@ const comment = computed(() => { return props.flashFile.comment ?? ''; });
@@ -129,6 +181,7 @@ function playPause() {
@@ -137,6 +190,7 @@ function playPause() {
@@ -145,6 +199,7 @@ function fullscreen() {
@@ -176,6 +231,7 @@ onDeactivated(() => {
@@ -294,6 +350,10 @@ onDeactivated(() => {