Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2007
    Posts
    16
    Plugin Contributions
    0

    Default HTML Banners using Banner Designer

    Hi
    I have just purchased a copy of Banner Designer Pro.

    Works fine i can make a banner in minute

    There it ends

    I publish the banner in html to my docs. I have tried to edit in word pad which gives me a script, then i copy and paste into the appropriate box in banner manager. The web page will show a black box which will change with the size of the banner i am trying to place but that is all.
    I am trying to get a sensible answer out of the support at Ban. Des. Pro but not received anything coherent. This is the only reply i had when i sent a similar question as this.
    [FONT=Arial]Kindly find the steps to get the coding for the banner attached in the pdf file.[/FONT]
    [FONT=Arial]Now that means nothing to me.[/FONT]
    [FONT=Arial]Has anyone else used this program with sucess. It is uaually a simple answer, but to learne one must ask. I have 5 sites i would like to use the banners on[/FONT]
    [FONT=Arial]Ta everso[/FONT]
    [FONT=Arial]Trappersam[/FONT]
    [FONT=Arial]http://www.samscabinuk.com[/FONT]
    [FONT=Arial]http://www.thesmokeymountaintradingcompany.com[/FONT]


    [FONT=Arial]if you think youve looked everwhere. you havnt cos if you had you wouldnt be looking[/FONT]

  2. #2
    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>

  3. #3
    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