looks like opera implemented it according to apple specs and height/width
[squirrelmail.git] / plugins / newmail / setup.php
index 0deb4dac1c3ce3019806f310bd3b53e1e0652137..4925214d80da24e25346b29f7909cc29e4c48745 100644 (file)
@@ -235,8 +235,12 @@ function newmail_plugin() {
         }
 
         if ($totalNew > 0 && $newmail_enable == 'on' && $newmail_media != '' ) {
+            /**
+             * docs about embed
+             * Apple: http://www.apple.com/quicktime/authoring/embed.html
+             */
             echo '<embed src="'.htmlspecialchars($newmail_media) .
-                "\" hidden=\"true\" autostart=\"true\">\n";
+                "\" hidden=\"true\" autostart=\"true\" width=\"2\" height=\"2\">\n";
         }
         if ($totalNew > 0 && $newmail_popup == 'on') {
             echo "<script language=\"JavaScript\">\n".