|
4. Copy & Edit HTML Code
Copy-and-paste the HTML code below to your web page, in the position you want the Satellite 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="200" id="Satellite"> <PARAM name="flashvars" value="Copyright=(c) Cool Focus [www.coolfocus.com]"> <PARAM name="movie" VALUE="Satellite.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="Satellite.swf" flashvars="Copyright=(c) Cool Focus [www.coolfocus.com]" loop="false" menu="false" quality="best" scale="noscale" salign="LT" bgcolor="#FFFFFF" wmode="window" width="300" height="200" swliveconnect="true" name="Satellite" 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 you changed the name 'Satellite' in Step 1, change both instances of the word Satellite to the new name you chose. If you want Satellite to be transparent, and you've set the Transparent parameter to 'yes' in Satellite's datafile, replace both instances of the word window with the word transparent.
|