How to call flash in wordpress top bar

Discussion in 'WordPress' started by experttalk, Mar 8, 2011.

  1. #1
    hii plz help me out how to call flash banner in header in wordpress blog
     
    experttalk, Mar 8, 2011 IP
  2. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #2
    It's not a one size fits all answer. Someone would have to see the website and the files that make up the header to be able to tell you what you need to do.
    It's not something that can be easily answered in a forum post, especially if you have no HTML knowledge.
     
    hmansfield, Mar 8, 2011 IP
  3. spartax

    spartax Active Member

    Messages:
    303
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #3
    you just need to set id <div> tag in your css file for your flash file (width & height size etc..)
    and then embed the flash object code in your header.php like example below, its work for me....

    <div id="flashbanner">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="123" height="75" title="">
    <param name="movie" value="http://www.domain/your-flash-file-location.swf" />
    <param name="quality" value="high" />
    <embed src="http://www.domain/your-flash-file-location.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="123" height="75"></embed>
    </object>
    </div>
     
    spartax, Mar 12, 2011 IP
  4. experttalk

    experttalk Member

    Messages:
    220
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #4
    Thanks in Advance if this really works
     
    experttalk, Mar 13, 2011 IP
  5. spartax

    spartax Active Member

    Messages:
    303
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #5
    no problems mate, glad to hear... :)
     
    spartax, Mar 13, 2011 IP
  6. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #6
    The top admin bar in 3.1 is only visible to the logged in admin. Installing anything in it won't do your readers any good.
     
    hmansfield, Mar 14, 2011 IP