Announcement

Collapse
No announcement yet.

Flash Company Logo

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

    Flash Company Logo

    Hello all

    I have a customer who wants the company logo at the top of the page to be in flash, he has sent me the flash file he wants using, ive tried putting it in in the normal way but it wont have flash files, so how do i do it?

    #2
    Theres been a couple of threads lately about this in the V7 forum, including the code you need to include.

    Comment


      #3
      yes ive seen these, it gives the code but doesnt say where it needs to go

      Comment


        #4
        exactly where the current logo is, if it is to be a direct replacement for it, otherwise just before or just after if you are keeping the existing one also.

        Comment


          #5
          so where in the code do i put it? the last time i fiddled blindly with the code i wrecked the whole site

          Comment


            #6
            Take a snapshot before you do anything and you need not worry then, you can always get it back. On the threads in the V7 forum you will be able to read the enclosed code and see where it has been placed. This will be more descriptive than i could write out and also much quicker.

            Make sure the file is where you say it is, add it to additional files just to be sure and paste the code from your page into here if you cannot get it to work. Its far easier to show you within your code, than it is to explain. The biggest hint i can provide is to look for the code that puts your current logo in, it has a descriptive name, so easy to spot and it will of course be towards the top of the code once you go past the opening "<body" tag.

            Comment


              #7
              <table width="100%" cellspacing="0" cellpadding="0" border="0" style="background-image:url('theme_topbar_background.gif');">
              <tr>
              <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="66" >
              <param name="movie" value="http://www.tempestwebdesign.co.uk/aqua.SWF">
              <param name="quality" value="high">
              <embed src="http://www.tempestwebdesign.co.uk/aquaSWF" width="400" height="66" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
              </object>
              <td align="right">
              &nbsp;
              </td>
              </tr>
              </table>
              <table width="100%" cellspacing="0" cellpadding="5" class="secondbar" style="background-image:url('theme_secondbar_background.gif');">
              <tr>
              <td>
              <actinic:variable name="QuickSearchBar" />
              </td>
              <td align="right">
              <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22">
              <actinic:variable name="BrochureNavBar" value="Brochure Nav Bar Text Link List" />
              </actinic:block>
              <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22">
              <actinic:variable name="NavigationBar" value="Horizontal Nav Bar Text Links" />
              </actinic:block>
              </td>
              </tr>
              </table>

              Comment


                #8
                Looks like it is not sitting within a <td> tag.

                Is this a snippet from the main code?, as this needs to sit in your outer layout code.

                Comment


                  #9
                  it is the outer layout code. i deleted the original logo code that was at the top and replaced it with what i found in the V7 posts

                  Comment


                    #10
                    As i say it looks like the <td> tags are missing. Compare it to the layout before you made the changes as i think you will find that you have deleted more than you should have, specifically the <td> and </td> tags around the existing logo code. I cannot do it for you as i do not know how it was before you touched it.

                    Comment


                      #11
                      ive added the td tags and it works a treat, thanks for your help, my customer will be very happy

                      Comment

                      Working...
                      X