Add Flash Advert to Existing Site

Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default Add Flash Advert to Existing Site

    I want to add a flash (swf) banner ad to an existing site but don't know how.

    Can someone give me instructions/code to do this.

    Thanks
    sgstuff Guest

  2. Similar Questions and Discussions

    1. Encapsulate existing asp/html site within flash CS3...?
      Hi guys, I am trying to integrate an existing ASP/sql server driven site within an existing flash-only site. I have used getURL in some places...
    2. Existing DW site and Contribute 3
      This is my 1st day looking at Contribute so the answer is probably already out there somewhere. If someone could point me in the right direction, or...
    3. Administer existing site
      We have all our HTML help files in a directory on a network server, which has sub-folders for different topic areas. I'd like to use Contribute to...
    4. editing an existing site on a new pc
      I exported the website from the old pc then imported to the new pc, I can edit the site on the server from the new pc, but I can not down load or...
    5. existing site, going to add contribute3
      We want to add contribute3 to our toolbox. At the moment there are 2 people with studiomx2004 and we have bought 5 copies of contribute3. What is...
  3. #2

    Default Re: Add Flash Advert to Existing Site

    add this code to your html page:
    <OBJECT style="WIDTH: 270px; HEIGHT: 439px; z-index: 110; left: 610px;
    position: relative; top: 195px;" align="textTop"
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=5,0,0,0" id="side"
    >
    <param name="_cx" value="4419">
    <param name="_cy" value="20188">
    <param name="FlashVars" value="">
    <param name="Movie" value="nameOfFile.swf">
    <param name="Src" value="nameOfFile.swf">
    <param name="WMode" value="Transparent">
    <param name="Play" value="0">
    <param name="Loop" value="-1">
    <param name="Quality" value="High">
    <param name="SAlign" value="">
    <param name="Menu" value="-1">
    <param name="Base" value="">
    <param name="AllowScriptAccess" value="always">
    <param name="Scale" value="ExactFit">
    <param name="DeviceFont" value="0">
    <param name="EmbedMovie" value="0">
    <param name="BGColor" value="">
    <param name="SWRemote" value="">
    <param name="MovieData" value="">
    <param name="SeamlessTabbing" value="1">
    <EMBED src="nameOfFile.swf" width="500" height="700"
    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?
    P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>[h]Text[/h]

    supersuperstar Guest

  4. #3

    Default Re: Add Flash Advert to Existing Site

    I have a banner software that runs an Javascript to display the banner in the ad. How can I import this into a flash movie. I like to have those banners within flash movie?

    Thanks
    DJ-Eros Guest

  5. #4

    Default Re: Add Flash Advert to Existing Site

    please let me know if you still need to add that banner to your site
    RealBuddy Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139