Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: HTML Banners

    Hi Again
    Solved this one. The script needed tweeking and there is a need to ftp an image and html text from banner manager. Here are the instructions should anyone else need them;

    Thanks
    Trappersam


    Below is the procedure to be followed to get the code for the banner created from Banner
    Designer Pro.
    1. After the banner creation, publish the banner in HTML format.
    2. Now upload only the SWF file to the server using the FTP tool. The SWF file should be in
    the same folder in which the HTML file is located, in which we are inserting the code. For
    example: The code is inserted in the home page, so the swf file can be placed in the root
    folder.
    3. Now open the HTML file in notepad.
    The code would look like this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>test.swf</title>
    </head>
    <body topmargin="0" leftmargin="0" rightmargin="0"
    bottommargin="0"><OBJECT id="slideshow"

    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash
    .cab#version=8,0,0,0" WIDTH="728" HEIGHT="90" id="test" align="middle">
    <PARAM NAME=movie VALUE="test.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=allowScriptAccess VALUE=sameDomain>
    <PARAM NAME=bgcolor VALUE=#000000><EMBED Name="slideshow"
    src="test.swf" quality=high bg############################## WIDTH="728" HEIGHT="90"
    TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
    </body></html>
    4. Remove the text in red.
    5. Add “<object” in the beginning and “</object>” at the end.
    6. So the code should look like this
    <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="728" HEIGHT="90" id="test" align="middle">
    <PARAM NAME=movie VALUE="test.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=allowScriptAccess VALUE=sameDomain>
    <PARAM NAME=bgcolor VALUE=#000000><EMBED Name="slideshow"
    src="test.swf" quality=high bg############################## WIDTH="728" HEIGHT="90"
    TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></obje
    ct>
    7. Now change the “src” value to the location of the swf file. See the highlighted text above.
    For example: The swf file is saved in the root folder of { HYPERLINK "http://www.abc.com" }. The name of the swf file is test.swf.
    So the src value should be src={ HYPERLINK "http://www.abc.com/test.swf" }
    The rest of the code remains the same.
    8. The final code would look as below :
    <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="728" HEIGHT="90" id="test" align="middle">
    <PARAM NAME=movie VALUE="test.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=allowScriptAccess VALUE=sameDomain>
    <PARAM NAME=bgcolor VALUE=#000000><EMBED Name="slideshow"
    src="http://www.abc.com/test.swf" quality=high bg############################## WIDTH="728" HEIGHT="90"
    TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></obje
    ct>

  2. #2
    Join Date
    Jun 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: HTML Banners using Banner Designer

    Hi yet again. Banners load great and work great except if using explorer on zen cart sites they show perfect but will not click through to the link.
    www.classadds.com which is set up with the identicle banner components works on both explorer and firefox and is hosted with zencarts,as they all are as sub domains of www.thesmokeymountaintradingcompany.com at blue host.com I have tried different computers and different sites,

    Any ideas. My broadband keeps dropping out so i am working in bits and pieces at the moment
    Thanks
    Trappersam

 

 

Similar Threads

  1. Replies: 1
    Last Post: 30 Jun 2014, 04:55 PM
  2. HTML Banners - allowed characters
    By robinsonky in forum General Questions
    Replies: 1
    Last Post: 29 Jun 2010, 05:20 PM
  3. HTML banners do not record the clicks on the banner
    By aNaBoLiC in forum Basic Configuration
    Replies: 17
    Last Post: 14 Jun 2010, 08:16 PM
  4. My banner won't display when using "<!DOCTYPE html PUBLIC"
    By greenlight in forum General Questions
    Replies: 2
    Last Post: 18 Feb 2009, 09:42 AM
  5. new banner groups and banners
    By phpDev2008 in forum General Questions
    Replies: 0
    Last Post: 21 Apr 2008, 07:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg