<SCRIPT LANGUAGE="JavaScript1.1"> <!-- // Name the variables flName = "flookies-fx.swf" flColor = "#99cc99" flHeight = "300" flWidth = "200" // This portion of the script is a modified version of Colin Moock's // flash cookie importer, query string version script. // Slight modifications have been made to // work with the get cookies script. document.write('<OBJECT ' + 'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + ' codebase="http://active.macromedia.com/flash2/' + 'cabs/swflash.cab#version=4,0,0,0"' + ' ID="flash"' + ' WIDTH=' + flWidth + ' HEIGHT=' + flHeight + '>' + '<PARAM NAME=movie VALUE="' + flName + cookString + '">' + '<PARAM NAME=quality VALUE=high>' + '<PARAM NAME=bgcolor VALUE=' + flColor + '>' + '<EMBED src="flookies.swf' + cookString + '"' + ' name="flash"' + ' quality=high bgcolor=' + flColor + ' WIDTH=' + flWidth + ' HEIGHT=' + flHeight + ' TYPE="application/x-shockwave-flash"' + ' PLUGINSPAGE="http://www.macromedia.com/shockwave/' + 'download/index.cgi?P1_Prod_Version=ShockwaveFlash">' + '</EMBED></OBJECT>' ) // --> </SCRIPT> |