Announcement

Collapse
No announcement yet.

Flash Problems . . .

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Flash Problems . . .

    Hi all,

    I recently created a flash header, I inserted the SWF file into dreamweaver to get the relevant code and inserted it then into actinic, the header has come up on the website ok but is not aligned, I just entered the code above the navigation bar bit in the code view so not sure if this has anything to do with it, also the colours on the INNERLAYOUT have gone the same colour as the outside which I have set up as green, I think I have the code in the wrong place but I'm not sure, am I meant to have this set up in a layout or something? Here is the code as I have it now:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title><actinic:variable name="PageTitle" /></title>

    <actinic:variable name="BaseHref" />

    <actinic:variable name="MetaTags" />

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>

    <link href="actinic.css" rel="stylesheet" type="text/css">

    <style type="text/css">
    body {
    background-color: <actinic:variable name="Palette3" />;
    }
    </style>

    <actinic:variable name="JavaScriptFunctions" />

    </head>

    <body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">

    <div id="silver-shadow-left">
    <div id="silver-shadow-right">
    <div id="silver-container">

    <div id="silver-header">




    <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22">

    </actinic:block>
    <div id="silver-login-terms">
    <p><Actinic:NOTINB2B><a href="<actinic:variable name="LoginPageURL" />"><actinic:variable name="LoginText" /></a>&nbsp;|&nbsp;</Actinic:NOTINB2B><a href="<actinic:variable name="SendMailPageLink" />"><actinic:variable name="SendMailText" /></a></p>
    </div>
    <div id="silver-cart-checkout">
    <p><a href="<actinic:variable name="CartLinkText" />" class="silver-cart-link"><actinic:variable name="CartText" /></a>&nbsp;|&nbsp;<a href="<actinic:variable name="OrderLinkText" />"><actinic:variable name="CheckOutText" /></a>&nbsp;|&nbsp;<actinic:variable name="ShoppingCartSummary" value="Shopping Cart Summary In A Line" /></p>
    </div>


    <object type="application/x-shockwave-flash" data="flash.swf" width="925" height="150">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="8.0.35.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>
    <script type="text/javascript">
    </script>
    </body>
    </html>



    </div>

    <div id="silver-nav-bar">
    <div id="silver-quick-search-container">
    <div id="silver-quick-search">
    <div id="silver-quick-search-field">
    <form name="simplesearch" method="get" action="<actinic:variable name="OnlineScriptURL" value="Search Script URL" />">
    <input class="silver-search-field" name="SS" type="text" value="Search the Site" onfocus="this.value='';"/><input class="silver-search-button" type="image" name="ACTION" src="silver-search-button.gif" />
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">
    <!-- Hidden field when in trial mode -->
    <input type="hidden" name="SHOP" value="<Actinic:Variable Name="HiddenFields"/>" />
    </actinic:block>
    <input type="hidden" name="page" value="search" />
    <input type="hidden" name="PR" value="-1" />
    <input type="hidden" name="TB" value="A" />
    </form>
    </div>



    Thanks in advance for any help.
Working...
X