Title: ghostcom's Replies | WordPress.org

---

# ghostcom

  [  ](https://wordpress.org/support/users/ghostcom/)

 *   [Profile](https://wordpress.org/support/users/ghostcom/)
 *   [Topics Started](https://wordpress.org/support/users/ghostcom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ghostcom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ghostcom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ghostcom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ghostcom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ghostcom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Flash banner logo – how to?](https://wordpress.org/support/topic/flash-banner-logo-how-to/)
 *  Thread Starter [ghostcom](https://wordpress.org/support/users/ghostcom/)
 * (@ghostcom)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/flash-banner-logo-how-to/#post-448965)
 * rocklv: thx a lot! it worked 🙂
    My site can be seen at [http://www.ghostcom.dk](http://www.ghostcom.dk)
 * Everdos: I had the same problem and here’s the solution:
 * Copy the following into notepad and name the file swfmc.js:
 * // Solution for the IE Active X blocked problem.
    /* Programmed by Carlos Landaeta
   E-Mail: [call6108@gmail.com](https://wordpress.org/support/users/ghostcom/replies/call6108@gmail.com?output_format=md)
   Comments: If you were going nuts about the ACTIVEX thing and I gave you the solution,
   please email me back saying thank you 😉
 * This program is under GPL License, which can be found at [http://www.gnu.org/copyleft/gpl.html](http://www.gnu.org/copyleft/gpl.html)
   ———————————————————————————————-
   Step 1 – In order to make this work you have to add this line between you <head
   > Tags. Create a directory and call it “includes”. Place this file inside the
   folder <script src=”includes/swfmc.js” type=”text/javascript”></script>
 * Step 2 – Replace your flash movie with the following code and fill it out with
   the information of your flash movie clip.
    <script language=”javascript” type
   =”text/javascript”> swfmc(“flashmovie.swf”,”width”,”height”); </script> */
 * function swfmc(movie,width,height)
    { document.write(‘<object classid=”clsid:
   D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”[http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&#8243](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&#8243);
   width=”‘); // Width for Object TAG document.write(width); document.write(‘” height
   =”‘); // Height for Object TAG document.write(height); document.write(‘”>\n’);//
   File for Object TAG document.write(‘<param name=”movie” value=”‘); document.write(
   movie); document.write(‘”>\n’);
 *  // Params for Object TAG
    document.write(‘<param name=”quality” value=”high”
   >\n’); document.write(‘<param name=”menu” value=”false”>\n’);
 *  // File for EMBED TAG
    document.write(‘<embed src=”‘); document.write(movie);
   document.write(‘” quality=”high” pluginspage=”[http://www.macromedia.com/go/getflashplayer&#8221](http://www.macromedia.com/go/getflashplayer&#8221);
   type=”application/x-shockwave-flash” width=”‘); // Width for EMBED TAG document.
   write(width); document.write(‘” height=”‘); // Height for EMBED TAG document.
   write(height);
 *  // Params for Object TAG
    document.write(‘” menu=”false”></embed>\n’); document.
   write(‘</object>’); }

Viewing 1 replies (of 1 total)