From 9b65e7996816c0f8e6ba9b578b55a954e1720db0 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 22 Aug 2019 10:30:33 -0400 Subject: [PATCH] better workaround for autoplay audio in SampleAudio --- embed.html | 6 ++++++ index.html | 3 ++- presets/vicdual/music.c | 2 +- src/audio.ts | 20 +++++++++++++++++--- src/embedui.ts | 4 +++- src/ui.ts | 14 ++++++++++---- 6 files changed, 39 insertions(+), 10 deletions(-) diff --git a/embed.html b/embed.html index e2036c3a..76ae69a6 100644 --- a/embed.html +++ b/embed.html @@ -24,6 +24,10 @@ padding: 30px; background: #000; } +.emuvideo:focus { + outline:none; + border-color:#888; +} + + - + +