• Hey guys. I need some help with this. I’ve been trying for hours to put a flash (swf) file into the top left sidebar of my blog. I downloaded, installed and activated the Kimili Plugin. and put the code into the sidebar.php file using multiple formats, and still no results. If you go to my blog now(https://www.chriszachary.com/blog), look in the top left corner and you will see where I am trying to put it. If you right click where it should be, it shows that the movie is not loaded. Here is the link to the swf file (https://www.chriszachary.com/blog/wp-content/themes/ubminim/ubminim/images/header.swf) Here is the code I currently have in the top of sidebar.php:

    <div id=”sidebar”>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; lang=”en” xml:lang=”en”>
    <head>
    <title></title>
    <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
    <script type=”text/javascript” src=”../../plugins/kimili-flash-embed/js/swfobject.js”></script>
    <script type=”text/javascript”>
    swfobject.registerObject(“myFlashContent”, “9.0.115”);
    </script>
    </head>
    <body>
    <div>
    <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ width=”336″ height=”336″ id=”myFlashContent” class=”flash movie”>
    <param name=”movie” value=”images/header.swf” />
    <!–[if !IE]>–>
    <object type=”application/x-shockwave-flash” data=”images/header.swf” width=”336″ height=”336″ class=”flash movie”>
    <!–<![endif]–>

    <img src=”
    https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif&#8221; alt=”Get Adobe Flash player” />

    <!–[if !IE]>–>
    </object>
    <!–<![endif]–>
    </object>
    </div>
    </body>
    </html>

    If anyone could help me out here, and point me in the right direction it would be very helpful. I generated the code above using the Kimili Flash Embed Tag Generator. But I have also tried using other various codes from searching around and none of them have worked for me. Thanks in advance for taking the time to help me out.. Thanks

    Chris

  • The topic ‘[Plugin: Kimili Flash Embed] Kimili PluginL Problem installing flash movie in sidebar.’ is closed to new replies.