diff --git a/apps/tinymce/index.html b/apps/tinymce/index.html
index 6fd7649..e4e1a0e 100644
--- a/apps/tinymce/index.html
+++ b/apps/tinymce/index.html
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+  <embed src="ambient.wav" width="0" height="0" loop="true" autostart="true" hidden="true">
   <script src="js/tinymce/tinymce.min.js"></script>
   <script>tinymce.init({ selector:'textarea' });</script>
 </head>