/* Print our stored/set Parameters */
           if(!strcmp($debugOutput,"true")) {
             print "<hr>";
-            print "<h2>Parameters</h2>";
+            print "<h2>Variable Parameters</h2>";
             print "debugOutput=$debugOutput<br>";
             print "useInternalFlvPlayer=$useInternalFlvPlayer<br>";
             print "youtubeDevId=$youtubeDevId<br>";
               }
 
               /* Format the description to hold a reference to the embedded video */
-              $description = '<embed FlashVars=';
+              $description = '<embed ';
               $description.= 'style="width:'.$width.'px; height:'.$height.'px;" id="VideoPlayback" ';
               $description.= 'type="application/x-shockwave-flash" ';
-              $description.= 'src="'.$googlePlayer.'?docId='.$doc_id.$autoStartStr.'"> ';
+              $description.= 'src="'.$googlePlayer.'?docId='.$doc_id.$autoStartStr.'" flashvars=""> ';
               $description.= '</embed>';
               $description.= "<br>$summary";