• I have read so many of the posts about getting flash into the header, and I still don’t understand what to do with my file.

    It is located here.

    I need it to display in place of the header image here.

    Can someone help? I think I have all the pieces, I’m just not sure where to put them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this:

    <object data="/your-file-path/header.swf" type="application/x-shockwave-flash" width="" height="">
        <param name="movie" value="header.swf">
        <!-- If flash is not installed -->
        <p>You need Adobe Flash Player to view this content</p>
    </object>
    Thread Starter silentarts

    (@silentarts)

    Thanks a lot but this code as well as this plugin worked for me…

    [kml_flashembed movie=”https://sparktechtt.byethost22.com/wp-content/uploads/header.swf&#8221; height=”1000″ width=”288″ /]

    Just replace my link with the swf you want and put it in header.php after this line…

    <body <?php body_class(); ?>>

    so it looks like this:

    <body <?php body_class(); ?>>
    [kml_flashembed movie=”example.swf” height=”1000″ width=”288″ /]
    <div id=”page” class=”hfeed”>

    etc…

    PLEASE NOTE THAT THE PLUGIN WON’T WORK WITHOUT ADDING THIS CODE!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flash Banner on WordPress’ is closed to new replies.