Help with adding swf banners?

Discussion in 'HTML & Website Design' started by Devilfish, Aug 28, 2009.

  1. #1
    Hi folks,

    I want to add a banner to my site but the person has given me an html file and a swf file.

    I'm used to adding jpgs and gifs, how do I use these files?

    Thanks! :)
     
    Devilfish, Aug 28, 2009 IP
  2. 1 FineLine

    1 FineLine Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    here's a little thing that should help

    http://www.kirupa.com/developer/flash8/flash_fix.htm

    I've used something like this in the past.

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="960" height="267">
    <param name="movie" value="/newsite/banner.swf">
    <param name="menu" value="false">
    <param name="quality" value="high">
    <param name="wmode" value="opaque">
    <param name="scale" value="noscale">
    <embed src="/newsite/banner.swf" menu="false" quality="high" wmode="opaque"
    scale="noscale" width=960 height=267 type="application/x-shockwave-flash"
    pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </embed>
    </object>
     
    1 FineLine, Aug 28, 2009 IP
  3. amateur81

    amateur81 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I do wish I I knew more about the subject.
     
    amateur81, Aug 28, 2009 IP
  4. graphicslover

    graphicslover Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Open the HTML page where you want to insert your Flash movie. Insert this code:

    Adjust the width, height and file name in the code
     
    graphicslover, Aug 29, 2009 IP
  5. shivshanke

    shivshanke Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    let me ask you one question ,where do you want to add shockwave file ,i mean left ,right ,bottom,top,middle,of the page?

    give your site address so that i can give you the exact code for it,you can just copy it and paste it in the required page,so that that swf file will exactly fit into the place you needed.

    one more thing swf files will not playon a particular browser if the browser swf player plugin version is lower than the swf file version you have ,did you get me
     
    shivshanke, Aug 30, 2009 IP
  6. Devilfish

    Devilfish Active Member

    Messages:
    396
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    70
    #6
    Thanks for the help folks, now sorted! :)
     
    Devilfish, Aug 31, 2009 IP