I got the new page up and working but when I put the following code into the template it will not load the Flash file.
PHP Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="975" height="600" id="saberBuilder_v1.0_securityFix" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="saberBuilder_v1.0_cart.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="saberBuilder_v1.0_cart.swf" quality="high" bgcolor="#ffffff" width="975" height="600" name="saberBuilder_v1.0_securityFix" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
If I remove the following code
PHP Code:
{vb:raw headinclude}
{vb:raw headinclude_bottom}
The flash file plays just fine but then the page does not look right. Why is this conflicting?
Any help would be great appreciated as I do not have much hair left to pull out.