3. Copy & Edit HTML Code
Copy-and-paste the HTML code below to your web page, in the position you want the applet to appear:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="300" height="30" id="QuickBar"> <PARAM name="flashvars" value="Copyright=(c) Cool Focus [www.coolfocus.com]"> <PARAM name="movie" VALUE="QuickBar.swf"> <PARAM name="loop" VALUE="false"> <PARAM name="menu" VALUE="false"> <PARAM name="quality" VALUE="best"> <PARAM name="scale" VALUE="noscale"> <PARAM name="salign" VALUE="LT"> <PARAM name="bgcolor" VALUE="#FFFFFF"> <PARAM name="wmode" VALUE="window"> <EMBED src="QuickBar.swf" flashvars="Copyright=(c) Cool Focus [www.coolfocus.com]" loop="false" menu="false" quality="best" scale="noscale" salign="LT" bgcolor="#FFFFFF" width="300" height="30" swliveconnect="true" name="QuickBar" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> </OBJECT> Change both instances of the WIDTH value to the width you want to use for the applet. Change both instances of the HEIGHT value to the height you want to use for the applet. Change both instances of the BGCOLOR value to match the background color of your web page. This is not important, but it makes the applet 'invisible' while the browser is loading the applet file. If your page already contains an applet (or some other object) called "QuickBar", change both instances of the word QuickBar to a new unique name. You will also have to change the name used in the script code in the next step. If you want the applet to be transparent, and you've set the Transparent parameter to 'yes' in your datafile, replace the word window with the word transparent.
|