It's in the HTML that is the name of your project. It would look like this: <script type="text/javascript"> var so = new SWFObject("seamless1.swf", "Captivate", "641", "511", "10", "#CCCCCC"); so.addParam("SeamlessTabbing", "false"); so.addParam("quality", "high"); so.addParam("name", "Captivate"); so.addParam("id", "Captivate"); so.addParam("wmode", "window"); so.addParam("bgcolor","#f5f4f1"); so.addParam("menu", "false"); so.addParam("AllowScriptAccess","always"); so.addVariable("variable1", "value1"); so.setAttribute("redirectUrl", "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"); so.write("CaptivateContent"); </script>
... View more