Flash banners

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • grimlock
    Member
    • Nov 2005
    • 49

    Flash banners

    guys and gals,

    I have a few flash banners that I'd like to use on my forum, but I cannot seem to get them to work...

    Is there anything special I need to do to get flash oriented banners to work?

    Thanks
    Paul
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24359
    • 5.7.X

    #2
    What code are you using and where about (i.e. which template, where in the template).

    Have you got the URL so we can see the problem as it stands?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • grimlock
      Member
      • Nov 2005
      • 49

      #3
      Hi Trevster

      I am trying to input this flash banner into my header template.
      Here is what the header template looks like NOW, WITHOUT the flash code:
      and below this is the code for the flash

      <META http-equiv=Page-Exit content=BlendTrans(Duration=0)>
      <META http-equiv=Page-Enter content=BlendTrans(Duration=0)>
      <!-- logo -->
      <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
      <tr>
      <td align="center" colspan="2"><a href="http://www.krawlerz.com/forums/main.php">
      <img src="http://www.krawlerz.com/images/krawlerzForumBanner1.jpg" border="0" alt="$vboptions[bbtitle]" /></a>
      </td>
      </tr>
      <!-- /logo -->

      <!-- Banner Rotator by Redline -->
      <tr align="center">
      <td class="alt2">
      <SCRIPT LANGUAGE="Javascript"><!--
      function banner() {
      };
      banner = new banner();
      number = 0;
      banner[number++] = "<a href='http://www.jpfreek.com' target='_blank'><img src='http://www.krawlerz.com/images/JPF_Banner_gif.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.4xshaft.com' target='_blank'><img src='http://www.krawlerz.com/images/tomWoodsSmall.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.mississaugatrans.com' target='_blank'><img src='http://www.krawlerz.com/images/aline_mississauga_banner.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.krawlerz.com' target='_blank'><img src='http://www.krawlerz.com/images/queenswayCBBanner.gif' border='0'></a>"
      banner[number++] = "<a href='http://www.jeepmansoffroad.com' target='_blank'><img src='http://www.krawlerz.com/images/jeepmanBanner.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.krawlerz.com' target='_blank'><img src='http://www.krawlerz.com/images/autoPartsBanner.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.national4wd.com' target='_blank'><img src='http://www.krawlerz.com/images/national4wdBanner.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.c4x4.com' target='_blank'><img src='http://www.krawlerz.com/images/Hookedup_banner.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.c4x4.com' target='_blank'><img src='http://www.krawlerz.com/images/Followme_banner.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.krawlerz.com' target='_blank'><img src='http://www.krawlerz.com/images/andys1.jpg' border='0'></a>"
      banner[number++] = "<a href='http://www.krawlerz.com' target='_blank'><img src='http://www.krawlerz.com/images/offroadaddiction.JPG' border='0'></a>"

      increment = Math.floor(Math.random() * number);

      document.write(banner[increment]);
      //--></SCRIPT>
      </td>
      <!-- End Banner Rotator by Redline -->


      <!-- content table -->
      $spacer_open
      $_phpinclude_output



      and this is the code I am trying to use for the flash banner. NOt sure if the code is good or where to properly put it.

      <object width="550" height="400"> <param name="movie" value="krawlerzBanner.swf"> <embed src="krawlerzBanner.swf" width="550" height="400"> </embed> </object>

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24359
        • 5.7.X

        #4
        Have you thought about just creating a separate PHP file called, say, banner.php then including that in the template?

        Used to do it that way and was much simpler...
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...