﻿
     //IE Code
     document.write ('<OBJECT ID=FlashWait height="240" width="320"  ');
     document.write ('CLASSID=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 ');
     document.write ('CODEBASE=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 ');
     document.write ('<PARAM NAME="Movie" VALUE="demo1.swf">');
     document.write ('<PARAM NAME="Src" VALUE="demo1.swf">');
      document.write ('<PARAM NAME="WMode" VALUE="Transparent">');
                                
     //Netscape code
     document.write ('    <Embed type="application/x-shockwave-flash" src="demo1.swf" quality="high" wmode="transparent" id=FlashWait');
     document.write ('        pluginspage="http://www.macromedia.com/go/getflashplayer"');
     document.write ('        Movie="demo1.swf"');
     document.write ('        src="demo1.swf"');
     document.write ('        Name=FlashWait');
     document.write ('        width=320');
     document.write ('        height=240>');
     document.write ('    </embed>');
     document.write ('</OBJECT>');
